mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00: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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue