You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
vc1dec: count ENDOFSEQ code in return value.
This commit is contained in:
@@ -5343,7 +5343,7 @@ static int vc1_decode_frame(AVCodecContext *avctx, void *data,
|
||||
*data_size = sizeof(AVFrame);
|
||||
}
|
||||
|
||||
return 0;
|
||||
return buf_size;
|
||||
}
|
||||
|
||||
if (s->avctx->codec->capabilities&CODEC_CAP_HWACCEL_VDPAU) {
|
||||
|
Reference in New Issue
Block a user