]> git.sesse.net Git - ffmpeg/commit
h264: Integrate draw_horiz_band into ff_h264_draw_horiz_band
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 2 Mar 2013 19:22:02 +0000 (11:22 -0800)
committerMartin Storsjö <martin@martin.st>
Thu, 7 Mar 2013 07:31:44 +0000 (09:31 +0200)
commit64e4386974b976070fc22ec3153e163de4a3e14e
tree32c4d67a4d996d4c9de7582539895f3c55e13c35
parent70762508ec5919474edb92a5b1f266fd06640f9c
h264: Integrate draw_horiz_band into ff_h264_draw_horiz_band

This makes the decoder independent of mpegvideo.

This copy of the draw_horiz_band code is simplified compared to
the "generic" mpegvideo one which still has a number of special
cases for different codecs.

Signed-off-by: Martin Storsjö <martin@martin.st>
configure
libavcodec/h264.c