[FFmpeg-devel] Re: [PATCH] rtpenc_mpegts: add AVClass to the muxer context
Anton Khirnov
anton at khirnov.net
Wed Mar 31 21:54:51 EEST 2021
Quoting Gyan Doshi (2021-03-31 15:15:18)
> ---
> libavformat/rtpenc_mpegts.c | 1 +
> 1 file changed, 1 insertion(+)
>
> Will backport to 4.4
> 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;
> --
> 2.30.1
LGTM
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list