[FFmpeg-cvslog] avcodec: Updated comment for sub param
Anshul Maheshwari
git at videolan.org
Wed Jul 2 19:53:44 CEST 2014
ffmpeg | branch: master | Anshul Maheshwari <anshul.ffmpeg at gmail.com> | Wed Jul 2 22:25:59 2014 +0530| [43d70a776dcc770d5e52327b125ec5ce704e5148] | committer: Michael Niedermayer
avcodec: Updated comment for sub param
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=43d70a776dcc770d5e52327b125ec5ce704e5148
---
libavcodec/avcodec.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index f25636e..178349a 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -4086,8 +4086,8 @@ int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
* marked with CODEC_CAP_DELAY, then no subtitles will be returned.
*
* @param avctx the codec context
- * @param[out] sub The AVSubtitle in which the decoded subtitle will be stored, must be
- freed with avsubtitle_free if *got_sub_ptr is set.
+ * @param[out] sub The Preallocated AVSubtitle in which the decoded subtitle will be stored,
+ * must be freed with avsubtitle_free if *got_sub_ptr is set.
* @param[in,out] got_sub_ptr Zero if no subtitle could be decompressed, otherwise, it is nonzero.
* @param[in] avpkt The input AVPacket containing the input buffer.
*/
More information about the ffmpeg-cvslog
mailing list