aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorWolfram Gloger <wmglo@dent.med.uni-muenchen.de>2005-11-14 22:17:29 +0000
committerGuillaume Poirier <gpoirier@mplayerhq.hu>2005-11-14 22:17:29 +0000
commit689abe56fe2d6746fdfa84bf269a1d1f5a7a1d1d (patch)
tree395cf91fa6c410dd7f242b26a84693a54810b08d /libavcodec/allcodecs.c
parentb2d374c9587e48b9861e346bce4b12d96308c78d (diff)
downloadffmpeg-689abe56fe2d6746fdfa84bf269a1d1f5a7a1d1d.tar.gz
dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-muenchen POIS de >
Original thread: Date: 8 Oct 2005 09:35:38 -0000 Subject: [Ffmpeg-devel] [PATCH] dvdsub encoder -- 2nd version Originally committed as revision 4706 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 1dcb011bca..ff075f26ad 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -570,6 +570,7 @@ PCM_CODEC(CODEC_ID_ADPCM_YAMAHA, adpcm_yamaha);
/* subtitles */
#ifdef CONFIG_ENCODERS
register_avcodec(&dvbsub_encoder);
+ register_avcodec(&dvdsub_encoder);
#endif
#ifdef CONFIG_DECODERS