summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-04-05 08:49:47 +0200
committerAnton Khirnov <anton@khirnov.net>2015-04-29 05:52:57 +0200
commit9d33bab583a82cf12286c65258a29c6888e1ff98 (patch)
treebea5f4197e1ee941fad394d65777a7a635f2feeb /libavcodec/h264.h
parent27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3 (diff)
h264: drop H264Context.ouputed_poc
It is only set, but never used for anything.
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index fc2ee4bb09..821b609b7f 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -602,7 +602,6 @@ typedef struct H264Context {
H264Picture *delayed_pic[MAX_DELAYED_PIC_COUNT + 2]; // FIXME size?
int last_pocs[MAX_DELAYED_PIC_COUNT];
H264Picture *next_output_pic;
- int outputed_poc;
int next_outputed_poc;
/**