Commit 4b9deba6 authored by romansh's avatar romansh

   * recommiting change from SF CVS


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2350 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7541e593
......@@ -845,6 +845,8 @@ static int dvvideo_decode_frame(AVCodecContext *avctx,
s->picture.reference = 0;
avctx->pix_fmt = s->sys->pix_fmt;
avctx->width = s->sys->width;
avctx->height = s->sys->height;
if(avctx->get_buffer(avctx, &s->picture) < 0) {
fprintf(stderr, "get_buffer() failed\n");
return -1;
......
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