On Sat Jan 31 2015 at 5:41:10 PM dhead666 <myfoolishga...@gmail.com> wrote:
> --- > doc/muxers.texi | 3 +++ > libavformat/mpegtsenc.c | 6 +++++- > 2 files changed, 8 insertions(+), 1 deletion(-) > [...] > + { "mpegts_service_type", "Set service_type field.", > + offsetof(MpegTSWrite, service_type), AV_OPT_TYPE_INT, > + { .i64 = 0x0001 }, 0x0001, 0xff, AV_OPT_FLAG_ENCODING_PARAM }, > Again, do something like this to help readability: { .i64 = 0x01 }, 0x01, 0xff Thanks, Timothy _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel