|
|
@@ -568,15 +568,19 @@ PCM_CODEC(CODEC_ID_ADPCM_YAMAHA, adpcm_yamaha); |
|
|
|
#undef PCM_CODEC |
|
|
|
|
|
|
|
/* subtitles */ |
|
|
|
#ifdef CONFIG_ENCODERS |
|
|
|
register_avcodec(&dvbsub_encoder); |
|
|
|
#ifdef CONFIG_DVDSUB_DECODER |
|
|
|
register_avcodec(&dvdsub_decoder); |
|
|
|
#endif |
|
|
|
#ifdef CONFIG_DVDSUB_ENCODER |
|
|
|
register_avcodec(&dvdsub_encoder); |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifdef CONFIG_DECODERS |
|
|
|
register_avcodec(&dvdsub_decoder); |
|
|
|
#ifdef CONFIG_DVBSUB_DECODER |
|
|
|
register_avcodec(&dvbsub_decoder); |
|
|
|
#endif |
|
|
|
#ifdef CONFIG_DVBSUB_ENCODER |
|
|
|
register_avcodec(&dvbsub_encoder); |
|
|
|
#endif |
|
|
|
|
|
|
|
/* parsers */ |
|
|
|
av_register_codec_parser(&mpegvideo_parser); |
|
|
@@ -595,7 +599,12 @@ PCM_CODEC(CODEC_ID_ADPCM_YAMAHA, adpcm_yamaha); |
|
|
|
#ifdef CONFIG_AC3 |
|
|
|
av_register_codec_parser(&ac3_parser); |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifdef CONFIG_DVDSUB_DECODER |
|
|
|
av_register_codec_parser(&dvdsub_parser); |
|
|
|
#endif |
|
|
|
#ifdef CONFIG_DVBSUB_DECODER |
|
|
|
av_register_codec_parser(&dvbsub_parser); |
|
|
|
#endif |
|
|
|
} |
|
|
|
|