diff options
author | Stephen Backway <stev391@exemail.com.au> | 2009-08-25 08:47:39 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-08-25 08:47:39 +0000 |
commit | c58b82a29be1e9e9c87a701b5511aeef9a0ac865 (patch) | |
tree | 97e21a2ced2c2965511b75de025fab26767dfbca /libavcodec/allcodecs.c | |
parent | 49056037a80009b60b5cf9fb43d9c12f873b4fcf (diff) | |
download | ffmpeg-c58b82a29be1e9e9c87a701b5511aeef9a0ac865.tar.gz |
Add Bluray Subtitle Support
Patch by Stephen Backway, stev391 A exemail D com D au
Originally committed as revision 19699 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 13447e63c2..0ff6543a49 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -301,6 +301,7 @@ void avcodec_register_all(void) /* subtitles */ REGISTER_ENCDEC (DVBSUB, dvbsub); REGISTER_ENCDEC (DVDSUB, dvdsub); + REGISTER_DECODER (PGSSUB, pgssub); REGISTER_ENCDEC (XSUB, xsub); /* external libraries */ |