mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-02 03:06:28 +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:
parent
59225b459f
commit
22e157c1c6
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user