]> granicus.if.org Git - handbrake/commit
ffmpeg: fix currupt h.264 preview frames
authorJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 20 Jun 2018 16:10:47 +0000 (09:10 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 20 Jun 2018 16:10:47 +0000 (09:10 -0700)
commit5c67bc7dd3be7e2a0e71c4fe9dc6b871d354091d
treeb7d3b2b7c74f71199ec93076bf24a39e833e90ba
parent8dc6f43fee5df5c90b4c61cf9233a443883cdf6d
ffmpeg: fix currupt h.264 preview frames

The ffmpeg developers added a "heuristic" to the h.264 recovery point
code I wrote to prevent display of corrupt frames.  The heuristic
doesn't work very reliably, so I've disabled it.

When I get a chance I'll see if I can come up with a better way to
handle what the heuristic was added for.
contrib/ffmpeg/A02-corrupt-h264-frames.patch [new file with mode: 0644]