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
This commit is contained in:
Stephen Backway
2009-08-25 08:47:39 +00:00
committed by Carl Eugen Hoyos
parent 49056037a8
commit c58b82a29b
7 changed files with 473 additions and 1 deletions

View File

@@ -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 */