aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2024-09-10 00:53:42 +0000
committerLynne <dev@lynne.ee>2024-09-10 04:57:29 +0200
commit15c03b79d2359d1e8aeac1314fc136c4f8361029 (patch)
tree0ea4b217d76f7dcaa65c93afecf71caa6add874c
parent9bcb86b0fa58f1a5a2a8613065349e26abadb329 (diff)
downloadffmpeg-15c03b79d2359d1e8aeac1314fc136c4f8361029.tar.gz
hw_base_encode_h264: remove unused AUD unit structure
Each codec initializes its own AUD structure when needed, which takes 2 lines.
-rw-r--r--libavcodec/hw_base_encode_h264.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/hw_base_encode_h264.h b/libavcodec/hw_base_encode_h264.h
index 10baadb256..9bc6ad69a4 100644
--- a/libavcodec/hw_base_encode_h264.h
+++ b/libavcodec/hw_base_encode_h264.h
@@ -25,7 +25,6 @@
typedef struct FFHWBaseEncodeH264 {
H264RawSPS raw_sps;
H264RawPPS raw_pps;
- H264RawAUD raw_aud;
H264RawSEIBufferingPeriod sei_buffering_period;