git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mpegtsenc: Add an AVClass pointer to the private data
[ffmpeg.git]
/
libavformat
/
mpegtsenc.c
diff --git
a/libavformat/mpegtsenc.c
b/libavformat/mpegtsenc.c
index
2aa9698
..
393b779
100644
(file)
--- a/
libavformat/mpegtsenc.c
+++ b/
libavformat/mpegtsenc.c
@@
-53,6
+53,7
@@
typedef struct MpegTSService {
} MpegTSService;
typedef struct MpegTSWrite {
+ const AVClass *av_class;
MpegTSSection pat; /* MPEG2 pat table */
MpegTSSection sdt; /* MPEG2 sdt table context */
MpegTSService **services;