This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
rtpenc_mpegts: add AVClass to the muxer context
master
Gyan Doshi
4 years ago
parent
ceae92cb29
commit
eac77f7cf0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/rtpenc_mpegts.c
+ 1
- 0
libavformat/rtpenc_mpegts.c
View File
@@ -25,6 +25,7 @@
#include "avio_internal.h"
typedef struct MuxChain {
const AVClass *class;
AVFormatContext *mpegts_ctx;
AVFormatContext *rtp_ctx;
AVPacket *pkt;
Write
Preview
Loading…
Cancel
Save