Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-07-28 21:24:39 +0400
committerNicolas George <nicolas.george@normalesup.org>2012-07-31 19:17:38 +0400
commitcc7eff1fa0b13cede7df176927616d5c3675a020 (patch)
tree5d624dfdf32719f5c2eb4f67193ab5e2d5dedf10 /libavcodec
parent89898cd3b6b2806bf823678a47d17f9ed745c69e (diff)
vc1dec: count ENDOFSEQ code in return value.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/vc1dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c
index b6ffac8da4..f5fbe54c82 100644
--- a/libavcodec/vc1dec.c
+++ b/libavcodec/vc1dec.c
@@ -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) {