summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-15 12:04:31 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-18 17:25:10 +0200
commit22e157c1c6d540040dc356f5e218f021060ccf46 (patch)
treee6629fcae1f35b0b8c300339bef3ae09f671890a
parent59225b459fcf6c8b20ef7585cd87e73cb6a4113d (diff)
avcodec/mpegvideo_dec: Remove commented-out cruft
The fields in question were removed in 759001c534287a96dc96d1e274665feb7059145d. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavcodec/mpegvideo_dec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo_dec.c b/libavcodec/mpegvideo_dec.c
index 7566fe69f9..08385764b4 100644
--- a/libavcodec/mpegvideo_dec.c
+++ b/libavcodec/mpegvideo_dec.c
@@ -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));