For muxing, it accepts
both 0 and AV_NOPTS_VALUE. For demuxing, it will present
AV_NOPTS_VALUE when start_time_realtime is unknown.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/293/head
Fred Rothganger11 years agocommitted byMichael Niedermayer
{"max_delay","maximum muxing or demuxing delay in microseconds",OFFSET(max_delay),AV_OPT_TYPE_INT,{.i64=-1},-1,INT_MAX,E|D},
{"max_delay","maximum muxing or demuxing delay in microseconds",OFFSET(max_delay),AV_OPT_TYPE_INT,{.i64=-1},-1,INT_MAX,E|D},
{"start_time_realtime","wall-clock time when stream begins (PTS==0)",OFFSET(start_time_realtime),AV_OPT_TYPE_INT64,{.i64=AV_NOPTS_VALUE},INT64_MIN,INT64_MAX,E},
{"fpsprobesize","number of frames used to probe fps",OFFSET(fps_probe_size),AV_OPT_TYPE_INT,{.i64=-1},-1,INT_MAX-1,D},
{"fpsprobesize","number of frames used to probe fps",OFFSET(fps_probe_size),AV_OPT_TYPE_INT,{.i64=-1},-1,INT_MAX-1,D},
{"audio_preload","microseconds by which audio packets should be interleaved earlier",OFFSET(audio_preload),AV_OPT_TYPE_INT,{.i64=0},0,INT_MAX-1,E},
{"audio_preload","microseconds by which audio packets should be interleaved earlier",OFFSET(audio_preload),AV_OPT_TYPE_INT,{.i64=0},0,INT_MAX-1,E},
{"chunk_duration","microseconds for each chunk",OFFSET(max_chunk_duration),AV_OPT_TYPE_INT,{.i64=0},0,INT_MAX-1,E},
{"chunk_duration","microseconds for each chunk",OFFSET(max_chunk_duration),AV_OPT_TYPE_INT,{.i64=0},0,INT_MAX-1,E},