hw_base_encode_h264: remove unused AUD unit structure

Each codec initializes its own AUD structure when needed, which takes 2 lines.
release/7.1
Lynne 4 months ago
parent 9bcb86b0fa
commit 15c03b79d2
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 1
      libavcodec/hw_base_encode_h264.h

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

Loading…
Cancel
Save