You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/internal: Fix doxy for ff_alloc_packet2() return value
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -195,7 +195,7 @@ int avpriv_unlock_avformat(void);
|
|||||||
* avpkt->size is set to the specified size.
|
* avpkt->size is set to the specified size.
|
||||||
* All other AVPacket fields will be reset with av_init_packet().
|
* All other AVPacket fields will be reset with av_init_packet().
|
||||||
* @param size the minimum required packet size
|
* @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);
|
int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user