OSDN Git Service

- get rid of an unnecessary seek that was messing up either mkv or vc1 decoding.
authorvan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 19 Nov 2008 04:13:11 +0000 (04:13 +0000)
committervan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 19 Nov 2008 04:13:11 +0000 (04:13 +0000)
commit9aae76e29d3973d531a82b1a24e58c27d36afaed
tree7eb52896a22681a7485cbfbc1c45e4c88b2f7d3e
parent17c72f6b4e1e912614fe1cdbf42c6de6d21bb4dc
 - 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://localhost/HandBrake/trunk@1927 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/stream.c