rtpenc_mpegts: add AVClass to the muxer context
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
#include "avio_internal.h"
|
#include "avio_internal.h"
|
||||||
|
|
||||||
typedef struct MuxChain {
|
typedef struct MuxChain {
|
||||||
|
const AVClass *class;
|
||||||
AVFormatContext *mpegts_ctx;
|
AVFormatContext *mpegts_ctx;
|
||||||
AVFormatContext *rtp_ctx;
|
AVFormatContext *rtp_ctx;
|
||||||
AVPacket *pkt;
|
AVPacket *pkt;
|
||||||
|
Reference in New Issue
Block a user