ffmpeg: fix accurate seeking with -copyts

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Rodger Combs
2014-11-23 23:31:20 -06:00
committed by Michael Niedermayer
parent 54170a33c2
commit 39f247121e
2 changed files with 17 additions and 2 deletions

View File

@ -483,6 +483,7 @@ extern int do_deinterlace;
extern int do_hex_dump;
extern int do_pkt_dump;
extern int copy_ts;
extern int start_at_zero;
extern int copy_tb;
extern int debug_ts;
extern int exit_on_error;