mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-29 07:59:16 +00:00
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)
Originally committed as revision 4448 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6e5c1877b2
commit
c6ec28b18c
9 changed files with 1944 additions and 176 deletions
|
@ -555,6 +555,7 @@ PCM_CODEC(CODEC_ID_ADPCM_YAMAHA, adpcm_yamaha);
|
|||
/* subtitles */
|
||||
register_avcodec(&dvdsub_decoder);
|
||||
register_avcodec(&dvbsub_encoder);
|
||||
register_avcodec(&dvbsub_decoder);
|
||||
|
||||
/* parsers */
|
||||
av_register_codec_parser(&mpegvideo_parser);
|
||||
|
@ -574,5 +575,6 @@ PCM_CODEC(CODEC_ID_ADPCM_YAMAHA, adpcm_yamaha);
|
|||
av_register_codec_parser(&ac3_parser);
|
||||
#endif
|
||||
av_register_codec_parser(&dvdsub_parser);
|
||||
av_register_codec_parser(&dvbsub_parser);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue