vc1dec: count ENDOFSEQ code in return value.

pull/28/head
Nicolas George 13 years ago
parent 89898cd3b6
commit cc7eff1fa0
  1. 2
      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) {

Loading…
Cancel
Save