summaryrefslogtreecommitdiff
path: root/libavcodec/intelh263dec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-28 12:21:02 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-31 12:01:33 +0100
commit1916ead811097bfc511509d94e17165192916a64 (patch)
treed5d1c701e9a5cc080ba75051fe75d6b300e9ad1f /libavcodec/intelh263dec.c
parent700a39e63cf978c5346ab7652f4f2effa5d67668 (diff)
avcodec/flvdec, intelh263dec: Remove redundant assignments
ff_mpeg1_dc_scale_table is the default value for [yc]_dc_scale_table (as set by ff_mpv_common_defaults()). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/intelh263dec.c')
-rw-r--r--libavcodec/intelh263dec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/intelh263dec.c b/libavcodec/intelh263dec.c
index 453b93f16c..2c216b00a6 100644
--- a/libavcodec/intelh263dec.c
+++ b/libavcodec/intelh263dec.c
@@ -122,9 +122,6 @@ int ff_intel_h263_decode_picture_header(MpegEncContext *s)
return AVERROR_INVALIDDATA;
s->f_code = 1;
- s->y_dc_scale_table=
- s->c_dc_scale_table= ff_mpeg1_dc_scale_table;
-
ff_h263_show_pict_info(s);
return 0;