summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-04-11 16:32:02 +0200
committerAnton Khirnov <anton@khirnov.net>2016-04-24 10:06:25 +0200
commit370ddc7b38d6b27b54fc2f5ee5f3dd9506f8c7c8 (patch)
tree470ddde40d6d871f0b0b942b734f27b88747c9f1 /libavcodec/h264.h
parent56087ec0a29314d1860f6f0e6f40fbb9b40feccd (diff)
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().
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h2
1 files changed, 0 insertions, 2 deletions
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;
-
/** @} */
/**