vo_vdpau: split bitmap packing code into a separate file
commitfb0c6347c803c09b97adbb6cd0484b235967739e
authorUoti Urpala <uau@mplayer2.org>
Sun, 26 Aug 2012 16:00:26 +0000 (26 19:00 +0300)
committerUoti Urpala <uau@mplayer2.org>
Fri, 31 Aug 2012 17:30:42 +0000 (31 20:30 +0300)
tree81cc0ce9beacad1bd6eb776f0ad422ed8392900b
parent5ccca31a51f80544c84449e343c650dbc5a1216b
vo_vdpau: split bitmap packing code into a separate file

Split the vo_vdpau code that calculates how to pack all subtitle
bitmaps into a larger surface into a separate file. This will allow
using it in other VOs.
Makefile
libvo/bitmap_packer.c [new file with mode: 0644]
libvo/bitmap_packer.h [new file with mode: 0644]
libvo/vo_vdpau.c