From 99c554efc8b09c3f1bb2fb41c3da5431085f7470 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 11 Apr 2016 15:38:42 +0200 Subject: h264: eliminate low_delay It is always unconditionally initialized in decode_postinit() and then immediately used in one place further below. All the other places where it is accessed are just useless fluff. --- libavcodec/h264.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/h264.h') diff --git a/libavcodec/h264.h b/libavcodec/h264.h index f551d79209..55c31f61b6 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -470,7 +470,6 @@ typedef struct H264Context { int droppable; int coded_picture_number; - int low_delay; int context_initialized; int flags; -- cgit v1.2.3