OSDN Git Service

H.264: fix bug in lossless 4:4:4 decoding
authorJason Garrett-Glaser <jason@x264.com>
Mon, 20 Jun 2011 22:56:35 +0000 (15:56 -0700)
committerJason Garrett-Glaser <jason@x264.com>
Wed, 22 Jun 2011 09:39:09 +0000 (02:39 -0700)
commit3b79f2e2e928eb346dbea85cc89393dcdf010ca9
treeb254a92f499332b8e57c7ea61eb1dfaf6963ac87
parent67e7dc54049d9b51a0c2168c8265145a9aef7780
H.264: fix bug in lossless 4:4:4 decoding

Coefficient test for i16x16 add_pixels4 assumed luma plane.
libavcodec/h264.c