You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
* recommiting change from SF CVS
Originally committed as revision 2350 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user