{"resync_size","Size limit for looking up a new synchronization.",offsetof(MpegTSContext,resync_size),AV_OPT_TYPE_INT,{.i64=MAX_RESYNC_SIZE},0,INT_MAX,AV_OPT_FLAG_DECODING_PARAM}
{"resync_size","set size limit for looking up a new synchronization",offsetof(MpegTSContext,resync_size),AV_OPT_TYPE_INT,{.i64=MAX_RESYNC_SIZE},0,INT_MAX,AV_OPT_FLAG_DECODING_PARAM}
staticconstAVOptionoptions[]={
MPEGTS_OPTIONS,
{"fix_teletext_pts","Try to fix pts values of dvb teletext streams.",offsetof(MpegTSContext,fix_teletext_pts),AV_OPT_TYPE_INT,
{"fix_teletext_pts","try to fix pts values of dvb teletext streams",offsetof(MpegTSContext,fix_teletext_pts),AV_OPT_TYPE_INT,
{.i64=1},0,1,AV_OPT_FLAG_DECODING_PARAM},
{"ts_packetsize","Output option carrying the raw packet size.",offsetof(MpegTSContext,raw_packet_size),AV_OPT_TYPE_INT,
{"ts_packetsize","output option carrying the raw packet size",offsetof(MpegTSContext,raw_packet_size),AV_OPT_TYPE_INT,