You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
342 B
12 lines
342 B
6 years ago
|
--- a/libavcodec/mpegvideo.c
|
||
|
+++ b/libavcodec/mpegvideo.c
|
||
|
@@ -538,6 +538,8 @@
|
||
|
s->avctx->width = s1->avctx->width;
|
||
|
s->avctx->height = s1->avctx->height;
|
||
|
|
||
|
+ s->quarter_sample = s1->quarter_sample;
|
||
|
+
|
||
|
s->coded_picture_number = s1->coded_picture_number;
|
||
|
s->picture_number = s1->picture_number;
|
||
|
|