ffmpeg | branch: master | Lynne <[email protected]> | 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;
 

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to