OSDN Git Service

Improve timestamp handling in decavcodec
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 8 Feb 2011 01:27:06 +0000 (01:27 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 8 Feb 2011 01:27:06 +0000 (01:27 +0000)
commit058e78728077685a342583dbf6cef869bd34cf8a
tree5d5dcea6ac9dca30d8b26e05ec319891f2cbfcb8
parente69abb1fceec763f3081ca831617ad7eaa3965fb
Improve timestamp handling in decavcodec
Use new ffmpeg facility for passing timestamps through from
AVPackets to AVFrames during parsing and decoding.

Also fix a bug in handling of the timestamp of the first audio frame.  We
were putting the timestamp of the second frame on the first and shifting
all audio by one frame time.

git-svn-id: svn://localhost/HandBrake/trunk@3786 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/decavcodec.c