summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_av1_syntax_template.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-11-12 15:20:38 -0300
committerJames Almer <jamrial@gmail.com>2020-11-13 20:36:06 -0300
commit0cccb5fb14ee98225cb771d0ef060e52e1a1a7f9 (patch)
tree966d37b783a7867ef39108950018a1a0ca5e3f2d /libavcodec/cbs_av1_syntax_template.c
parentc7e775f7126562ae8cfe1411022efa000b572f01 (diff)
avcodec/cbs_av1: remove dead code
The other branch already covers cases where enable_order_hint is true and frame is of type Inter. Regression since ddb0e4fecdef24e8c7b90fa0a41d13e642ea732f Fixes Coverity issues #1469194 and #1469195. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/cbs_av1_syntax_template.c')
-rw-r--r--libavcodec/cbs_av1_syntax_template.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/cbs_av1_syntax_template.c b/libavcodec/cbs_av1_syntax_template.c
index bef53e145b..f866dc7b2e 100644
--- a/libavcodec/cbs_av1_syntax_template.c
+++ b/libavcodec/cbs_av1_syntax_template.c
@@ -1500,9 +1500,6 @@ static int FUNC(uncompressed_header)(CodedBitstreamContext *ctx, RWContext *rw,
priv->ref[i].valid = 0;
}
}
- } else if (!frame_is_intra && seq->enable_order_hint) {
- for (i = 0; i < AV1_NUM_REF_FRAMES; i++)
- infer(ref_order_hint[i], priv->ref[i].order_hint);
}
if (current->frame_type == AV1_FRAME_KEY ||