]> granicus.if.org Git - handbrake/commit
- get rid of an unnecessary seek that was messing up either mkv or vc1 decoding.
authorvan <vanj.hb@gmail.com>
Wed, 19 Nov 2008 04:13:11 +0000 (04:13 +0000)
committervan <vanj.hb@gmail.com>
Wed, 19 Nov 2008 04:13:11 +0000 (04:13 +0000)
commit4846dfacbfb26d3ee614033ef1b5284ec360a717
tree7eb52896a22681a7485cbfbc1c45e4c88b2f7d3e
parent1ea0fa911340c4792b6a5daaa35cab9f7341caf1
 - get rid of an unnecessary seek that was messing up either mkv or vc1 decoding.
 - switch av_seek_frame to zero back to time-based rather than byte-based since time-based screws up mkv & mp4 while time-based works for everything but vc1.
 - since ffmpeg doesn't correctly indicate key frames in vc1 look for them ourselves so that vc1 previews & cropping will work.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1927 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/stream.c