[FFmpeg-cvslog] hw_base_encode_h264: remove unused AUD unit structure
Lynne
git at videolan.org
Tue Sep 10 06:01:03 EEST 2024
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Tue Sep 10 00:53:42 2024 +0000| [15c03b79d2359d1e8aeac1314fc136c4f8361029] | committer: Lynne
hw_base_encode_h264: remove unused AUD unit structure
Each codec initializes its own AUD structure when needed, which takes 2 lines.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=15c03b79d2359d1e8aeac1314fc136c4f8361029
---
libavcodec/hw_base_encode_h264.h | 1 -
1 file changed, 1 deletion(-)
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;
More information about the ffmpeg-cvslog
mailing list