avconv: allow '-async -1' to disable timestamp sync for audio encoding
authorJustin Ruggles <justin.ruggles@gmail.com>
Sun, 8 Apr 2012 19:00:01 +0000 (15:00 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Mon, 9 Apr 2012 17:47:11 +0000 (13:47 -0400)
commitb073819bc974965056f435d69dc51e9ec5877395
tree83556593a20e96e4e65edd5032bd7da1879ff731
parent679a973e9701576b1c3c6d71838c45c10ac20564
avconv: allow '-async -1' to disable timestamp sync for audio encoding

This will allow a workaround for cases where input timestamps are invalid or
when decoder delay of 1 packet or more confuses avconv into using the wrong
timestamps as a sync reference.
avconv.c