diff options
author | Anshul Maheshwari <anshul.ffmpeg@gmail.com> | 2014-07-02 22:07:59 +0530 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-02 19:47:14 +0200 |
commit | 43d70a776dcc770d5e52327b125ec5ce704e5148 (patch) | |
tree | 838c03fd2fb38695cd2966a5de63c9211d7e4974 /libavcodec/avcodec.h | |
parent | 7d1898ebcc2fcd271ffe58bbebab7b52a2692288 (diff) | |
download | ffmpeg-43d70a776dcc770d5e52327b125ec5ce704e5148.tar.gz |
avcodec: Updated comment for sub param
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index f25636e610..178349a542 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. */ |