]> granicus.if.org Git - handbrake/commit
encavcodecaudio: work around lame bug
authorJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 11 May 2017 20:17:51 +0000 (13:17 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 11 May 2017 20:19:40 +0000 (13:19 -0700)
commit7f17f5c08129a39da12352828d6ec145dc448261
treee13e507bd4b0ab87618050c6849962f040b776db
parentec57a237454d198768b82985a7daa06d9c4abd17
encavcodecaudio: work around lame bug

On windows builds, there is an upstream bug in the lame
encoder that causes an extra output packet that has the same
timestamp as the second to last packet.  This causes an error
during muxing. Drop the packet with the duplicate timestamp.

Fixes https://github.com/HandBrake/HandBrake/issues/726
libhb/encavcodecaudio.c