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