Commit 239e1b6f authored by Baptiste Coudurier's avatar Baptiste Coudurier

actually return bytes read

Originally committed as revision 8504 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ea82552c
......@@ -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)
......
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