mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
rtpenc_mpegts: add AVClass to the muxer context
This commit is contained in:
parent
ceae92cb29
commit
eac77f7cf0
@ -25,6 +25,7 @@
|
||||
#include "avio_internal.h"
|
||||
|
||||
typedef struct MuxChain {
|
||||
const AVClass *class;
|
||||
AVFormatContext *mpegts_ctx;
|
||||
AVFormatContext *rtp_ctx;
|
||||
AVPacket *pkt;
|
||||
|
Loading…
Reference in New Issue
Block a user