Browse Source

vc1dec: count ENDOFSEQ code in return value.

tags/n1.0
Nicolas George 13 years ago
parent
commit
cc7eff1fa0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/vc1dec.c

+ 1
- 1
libavcodec/vc1dec.c View File

@@ -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