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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue