]> git.sesse.net Git - ffmpeg/commitdiff
doc: fix a couple of typos in frame.h
authorVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 4 Mar 2014 14:16:51 +0000 (15:16 +0100)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 4 Mar 2014 15:12:11 +0000 (16:12 +0100)
libavutil/frame.h

index 30cc1e47c994ca0828582e230a50be1d4ea48501..6b168e2cb924a5ee1f94c85a4c38bec2e299715b 100644 (file)
@@ -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.