Module: libav Branch: master Commit: a18ef7a76c735bcf78ed4825e33ad7f9f6f77a54
Author: Vittorio Giovara <[email protected]> Committer: Vittorio Giovara <[email protected]> Date: Tue Mar 4 15:16:51 2014 +0100 doc: fix a couple of typos in frame.h --- 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. _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
