mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/mpegvideo_enc: Don't merge decoder-only fields
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
f899e3b51b
commit
2d2aa5c384
@ -3404,8 +3404,6 @@ static void merge_context_after_encode(MpegEncContext *dst, MpegEncContext *src)
|
||||
MERGE(b_count);
|
||||
MERGE(skip_count);
|
||||
MERGE(misc_bits);
|
||||
MERGE(er.error_count);
|
||||
MERGE(padding_bug_score);
|
||||
MERGE(current_picture.encoding_error[0]);
|
||||
MERGE(current_picture.encoding_error[1]);
|
||||
MERGE(current_picture.encoding_error[2]);
|
||||
|
Loading…
Reference in New Issue
Block a user