mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
avcodec/mpegvideo_dec: Remove commented-out cruft
The fields in question were removed in
759001c534.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -73,8 +73,6 @@ int ff_mpeg_update_thread_context(AVCodecContext *dst,
|
||||
s->bitstream_buffer_size = s->allocated_bitstream_buffer_size = 0;
|
||||
|
||||
if (s1->context_initialized) {
|
||||
// s->picture_range_start += MAX_PICTURE_COUNT;
|
||||
// s->picture_range_end += MAX_PICTURE_COUNT;
|
||||
ff_mpv_idct_init(s);
|
||||
if ((err = ff_mpv_common_init(s)) < 0) {
|
||||
memset(s, 0, sizeof(*s));
|
||||
|
||||
Reference in New Issue
Block a user