• Gyan Doshi's avatar
    ffmpeg: fix implementation of updated input start time · 5ccd4d30
    Gyan Doshi authored
    The current adjustment of input start times just adjusts the tsoffset.
    And it does so, by resetting the tsoffset to nullify the new start time.
    This leads to breakage of -copyts, ignoring of input_ts_offset, breaking
    of -isync as well as breaking wrap correction.
    
    Fixed by taking cognizance of these parameters, and by correcting start times
    just before sync offsets are applied.
    5ccd4d30
Name
Last commit
Last update
..
Makefile Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
ffmpeg.c Loading commit data...
ffmpeg.h Loading commit data...
ffmpeg_demux.c Loading commit data...
ffmpeg_filter.c Loading commit data...
ffmpeg_hw.c Loading commit data...
ffmpeg_mux.c Loading commit data...
ffmpeg_mux.h Loading commit data...
ffmpeg_mux_init.c Loading commit data...
ffmpeg_opt.c Loading commit data...
ffplay.c Loading commit data...
ffprobe.c Loading commit data...
fftools.manifest Loading commit data...
fftoolsres.rc Loading commit data...
fopen_utf8.h Loading commit data...
objpool.c Loading commit data...
objpool.h Loading commit data...
opt_common.c Loading commit data...
opt_common.h Loading commit data...
sync_queue.c Loading commit data...
sync_queue.h Loading commit data...
thread_queue.c Loading commit data...
thread_queue.h Loading commit data...