OSDN Git Service

patch ffmpeg avi seek problem
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 16 May 2010 23:12:12 +0000 (23:12 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 16 May 2010 23:12:12 +0000 (23:12 +0000)
commitdf8d2d499283f29d2bd5402ed3ed6350d7b933c1
tree890303a95da827c49721dfb6892995ccebe98e55
parent126cde43f792a0a03df66724f530b09214eab109
patch ffmpeg avi seek problem
when seeking to a timestamp, ffmpeg seeks to the position in the primary
stream where that timestamp starts. Then seeks to the next interleaved packet
for all other streams. When seeking back to the beginning of the file, this
means the first packet of some streams are missed if those streams start
before the video stream in the file.

git-svn-id: svn://localhost/HandBrake/trunk@3296 b64f7644-9d1e-0410-96f1-a4d463321fa5
contrib/ffmpeg/A05-avi-seek.patch [new file with mode: 0644]