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.
11 lines
342 B
11 lines
342 B
--- 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;
|
|
|
|
|