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

Vittorio Giovara git at videolan.org
Tue Mar 4 22:00:42 CET 2014


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Tue Mar  4 15:16:51 2014 +0100| [a18ef7a76c735bcf78ed4825e33ad7f9f6f77a54] | committer: Vittorio Giovara

doc: fix a couple of typos in frame.h

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

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

diff --git a/libavutil/frame.h b/libavutil/frame.h
index 30cc1e4..6b168e2 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