]> git.sesse.net Git - vlc/commit
Subsdec: Split the decoder for subsdec / SSA / USF in three files, since the code...
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 8 Aug 2007 17:03:24 +0000 (17:03 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 8 Aug 2007 17:03:24 +0000 (17:03 +0000)
commitf24d0efb61b4c689809bc0eb65b996e2a4b84781
tree46b13ec55e611a2ccc4368e2fff002c4af90e685
parent232de8ce8d78d6b53465b171863a92f3dcbfc336
Subsdec: Split the decoder for subsdec / SSA / USF in three files, since the code has grown a bit too much in order to improve readability.
Some functions may still need to be renamed and moved from a file to another.
I hope it is done in the correct way, if not, tell me or revert.
configure.ac
modules/codec/Modules.am
modules/codec/subtitles/Modules.am [new file with mode: 0644]
modules/codec/subtitles/subsass.c [new file with mode: 0644]
modules/codec/subtitles/subsdec.c [new file with mode: 0644]
modules/codec/subtitles/subsdec.h [new file with mode: 0644]
modules/codec/subtitles/subsusf.c [new file with mode: 0644]