aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264dec.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-04-06 14:15:53 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-04-28 19:13:17 +0200
commit651f3aa7f911d897270ee687128d464bddb7883a (patch)
treebd90643e1f51d878294aa0bc1ec2acd418869a85 /libavcodec/h264dec.h
parenta9a69a5a312f889d95c60de52485ee8e96e20e47 (diff)
downloadffmpeg-651f3aa7f911d897270ee687128d464bddb7883a.tar.gz
avcodec/h264dec: Remove unused coded_picture_number
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/h264dec.h')
-rw-r--r--libavcodec/h264dec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264dec.h b/libavcodec/h264dec.h
index 447c2499d9..fc50df90f2 100644
--- a/libavcodec/h264dec.h
+++ b/libavcodec/h264dec.h
@@ -356,7 +356,6 @@ typedef struct H264Context {
int chroma_x_shift, chroma_y_shift;
int droppable;
- int coded_picture_number;
int context_initialized;
int flags;