1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00

hw_base_encode_h264: remove unused AUD unit structure

Each codec initializes its own AUD structure when needed, which takes 2 lines.
This commit is contained in:
Lynne 2024-09-10 00:53:42 +00:00
parent 9bcb86b0fa
commit 15c03b79d2
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464

View File

@ -25,7 +25,6 @@
typedef struct FFHWBaseEncodeH264 {
H264RawSPS raw_sps;
H264RawPPS raw_pps;
H264RawAUD raw_aud;
H264RawSEIBufferingPeriod sei_buffering_period;