OSDN Git Service

fix decoding of qtrle codec and possibly others
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 24 Apr 2010 21:39:44 +0000 (21:39 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 24 Apr 2010 21:39:44 +0000 (21:39 +0000)
commitfe26c0f8f84a0142f7bb9e9fe409840545a31aad
treed8a3de45ee2864e6b17ca14beed07be6c6128833
parent0b26c6c2d4033989b2307b22c187715b2c0039fb
fix decoding of qtrle codec and possibly others
we rely on ffmpeg calling context->get_buffer, which we override to
point to our get_frame_buf(),  to stuff our pts values into frames it
is decoding. but some decoders call context->reget_buffer
instead.  So I added an override for this callback as well.

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