diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-04-28 19:11:44 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-06-12 12:01:42 +0200 |
commit | c703a519a57be63e5e6c8f814699d428c4881990 (patch) | |
tree | 4092437bde1e842df5602a8574fe0f27bce25547 /libavcodec/mpegvideo_dec.c | |
parent | a13ca893cff54610f45e85109d10bd81a24f7a89 (diff) | |
download | ffmpeg-c703a519a57be63e5e6c8f814699d428c4881990.tar.gz |
avcodec/mpegvideo_dec: Don't sync encoder-only coded_picture_number
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mpegvideo_dec.c')
-rw-r--r-- | libavcodec/mpegvideo_dec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo_dec.c b/libavcodec/mpegvideo_dec.c index f840dc9ffc..0a50cfac5b 100644 --- a/libavcodec/mpegvideo_dec.c +++ b/libavcodec/mpegvideo_dec.c @@ -114,7 +114,6 @@ int ff_mpeg_update_thread_context(AVCodecContext *dst, s->quarter_sample = s1->quarter_sample; - s->coded_picture_number = s1->coded_picture_number; s->picture_number = s1->picture_number; ff_mpv_replace_picture(&s->cur_pic, &s1->cur_pic); |