[FFmpeg-cvslog] rtpenc_mpegts: add AVClass to the muxer context

Gyan Doshi git at videolan.org
Thu Apr 1 07:06:57 EEST 2021


ffmpeg | branch: release/4.4 | Gyan Doshi <ffmpeg at gyani.pro> | Wed Mar 31 18:58:48 2021 +0530| [b26c6df91946bb1185d2a1ce7a5ea3b6d5c434c2] | committer: Gyan Doshi

rtpenc_mpegts: add AVClass to the muxer context

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b26c6df91946bb1185d2a1ce7a5ea3b6d5c434c2
---

 libavformat/rtpenc_mpegts.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/rtpenc_mpegts.c b/libavformat/rtpenc_mpegts.c
index 9f95b3a4e8..da17b1d776 100644
--- a/libavformat/rtpenc_mpegts.c
+++ b/libavformat/rtpenc_mpegts.c
@@ -25,6 +25,7 @@
 #include "avio_internal.h"
 
 typedef struct MuxChain {
+    const AVClass *class;
     AVFormatContext *mpegts_ctx;
     AVFormatContext *rtp_ctx;
     AVPacket *pkt;



More information about the ffmpeg-cvslog mailing list