Mercurial > libavcodec.hg
diff allcodecs.c @ 9867:4ccec8d051fa libavcodec
Add support for encoding XSUB subtitles. Muxing support is still missing.
Based on code by DivX, Inc., heavily changed by Bj?rn Axelsson [gecko acc.umu.se] and me.
| author | reimar |
|---|---|
| date | Fri, 19 Jun 2009 09:56:35 +0000 |
| parents | 173ec947655f |
| children | 956adcb2b00d |
line wrap: on
line diff
--- a/allcodecs.c Fri Jun 19 08:28:07 2009 +0000 +++ b/allcodecs.c Fri Jun 19 09:56:35 2009 +0000 @@ -301,7 +301,7 @@ /* subtitles */ REGISTER_ENCDEC (DVBSUB, dvbsub); REGISTER_ENCDEC (DVDSUB, dvdsub); - REGISTER_DECODER (XSUB, xsub); + REGISTER_ENCDEC (XSUB, xsub); /* external libraries */ REGISTER_ENCDEC (LIBAMR_NB, libamr_nb);
