On 04/08/2012 03:14 PM, Derek Buitenhuis wrote: > On 08/04/2012 3:08 PM, Justin Ruggles wrote: >> 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 | 4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) > > The change LGTM, but I'm not knowledgeable enough in this > portion of the code base to understand the ramifications > of using no method at all.
The result is that for encoding, pts is just incremented for each encoded frame. That is what we did before the new audio encoding API, but that was done always. This would just be upon request. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
