rtpenc_mpegts: add AVClass to the muxer context

This commit is contained in:
Gyan Doshi 2021-03-31 18:40:48 +05:30
parent ceae92cb29
commit eac77f7cf0
1 changed files with 1 additions and 0 deletions

View File

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