mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
actually return bytes read
Originally committed as revision 8504 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -340,7 +340,7 @@ static int dnxhd_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
|
||||
|
||||
*picture = ctx->picture;
|
||||
*data_size = sizeof(AVPicture);
|
||||
return 0;
|
||||
return buf_size;
|
||||
}
|
||||
|
||||
static int dnxhd_decode_close(AVCodecContext *avctx)
|
||||
|
||||
Reference in New Issue
Block a user