X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavformat%2Fmpegtsenc.c;h=393b77916859a685fd47e97120c2ced767af70e9;hp=2aa9698651d0aa56d0dc86fea6a772799ee76787;hb=50fefa10de920e16036f2be977c39fc0c286d024;hpb=f255a28d140a64ea4c1a5060061863aec993b5ea diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index 2aa9698651..393b779168 100644 --- 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;