Commit 7385232e authored by bcoudurier's avatar bcoudurier

actually return bytes read

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8504 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f730b0f6
...@@ -340,7 +340,7 @@ static int dnxhd_decode_frame(AVCodecContext *avctx, void *data, int *data_size, ...@@ -340,7 +340,7 @@ static int dnxhd_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
*picture = ctx->picture; *picture = ctx->picture;
*data_size = sizeof(AVPicture); *data_size = sizeof(AVPicture);
return 0; return buf_size;
} }
static int dnxhd_decode_close(AVCodecContext *avctx) static int dnxhd_decode_close(AVCodecContext *avctx)
......
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