[FFmpeg-cvslog] doc: fix a couple of typos in frame.h

Janne Grunau git at videolan.org
Tue Mar 11 12:14:19 CET 2014


ffmpeg | branch: release/2.2 | Janne Grunau <janne-libav at jannau.net> | Sat Mar  8 11:52:14 2014 +0100| [45acc228a6d5f1e7d6c5ce6da63b293bd5eda57d] | committer: Reinhard Tartler

doc: fix a couple of typos in frame.h

(cherry picked from commit a18ef7a76c735bcf78ed4825e33ad7f9f6f77a54)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=45acc228a6d5f1e7d6c5ce6da63b293bd5eda57d
---

 libavutil/frame.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/frame.h b/libavutil/frame.h
index 2076642..63ed219 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -428,7 +428,7 @@ AVFrame *av_frame_alloc(void);
 void av_frame_free(AVFrame **frame);
 
 /**
- * Setup a new reference to the data described by an given frame.
+ * Set up a new reference to the data described by the source frame.
  *
  * Copy frame properties from src to dst and create a new reference for each
  * AVBufferRef from src.



More information about the ffmpeg-cvslog mailing list