]> git.sesse.net Git - vlc/commit
Added preliminary subtitle decoder support to our avcodec wrapper.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 27 Aug 2009 21:27:59 +0000 (23:27 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 27 Aug 2009 21:46:33 +0000 (23:46 +0200)
commitbb1dbbdf02dc16c5973719c627d04c186711e91b
treeff62db8ae500c2128984528d82dc46d2bf97e880
parent2a89d905f0882303a20d01cd34414d3bc080232a
Added preliminary subtitle decoder support to our avcodec wrapper.

Only blu-ray subtitle are enabled.
If other formats are to be enabled, they must be carefully tested.
modules/codec/avcodec/Modules.am
modules/codec/avcodec/avcodec.c
modules/codec/avcodec/avcodec.h
modules/codec/avcodec/fourcc.c
modules/codec/avcodec/subtitle.c [new file with mode: 0644]