rtpenc_mpegts: add AVClass to the muxer context

This commit is contained in:
Gyan Doshi 2021-03-31 18:40:48 +05:30
parent 7a74129fa9
commit b26c6df919

View File

@ -25,6 +25,7 @@
#include "avio_internal.h"
typedef struct MuxChain {
const AVClass *class;
AVFormatContext *mpegts_ctx;
AVFormatContext *rtp_ctx;
AVPacket *pkt;