Commit 65a646eb authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/internal: Fix doxy for ff_alloc_packet2() return value

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c84b75c8
......@@ -195,7 +195,7 @@ int avpriv_unlock_avformat(void);
* avpkt->size is set to the specified size.
* All other AVPacket fields will be reset with av_init_packet().
* @param size the minimum required packet size
* @return 0 on success, negative error code on failure
* @return non negative on success, negative error code on failure
*/
int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment