From 370ddc7b38d6b27b54fc2f5ee5f3dd9506f8c7c8 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 11 Apr 2016 16:32:02 +0200 Subject: h264: remove H264Context.pict_type It is not used for anything internally, just exported in the output frames. So remove the indirection and set it directly in frame_start(). --- libavcodec/h264.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/h264.h') diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 3dc7d66a5e..daad1be152 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -597,8 +597,6 @@ typedef struct H264Context { */ int single_decode_warning; - enum AVPictureType pict_type; - /** @} */ /** -- cgit v1.2.3