]> git.sesse.net Git - ffmpeg/commit
h264: correct implicit weight table computation for long ref pics
authorJeff Downs <heydowns@somuchpressure.net>
Wed, 6 Jul 2011 15:54:36 +0000 (11:54 -0400)
committerDiego Biurrun <diego@biurrun.de>
Fri, 19 Aug 2011 12:36:52 +0000 (14:36 +0200)
commit87cf70eb237e7586cc7399627dafa1b980ec0b7d
tree4a834af340b5a881a8813fceed1400fab3641b20
parent29a09eae9a827f4dbc9c4517180d8fe2ecef321a
h264: correct implicit weight table computation for long ref pics

Correct computation of implicit weight tables when referencing pictures
that are marked for long reference.

Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavcodec/h264.c