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:
parent
9bcb86b0fa
commit
15c03b79d2
@ -25,7 +25,6 @@
|
||||
typedef struct FFHWBaseEncodeH264 {
|
||||
H264RawSPS raw_sps;
|
||||
H264RawPPS raw_pps;
|
||||
H264RawAUD raw_aud;
|
||||
|
||||
H264RawSEIBufferingPeriod sei_buffering_period;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user