[FFmpeg-devel] [PATCH] add QT CC track mux support

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Oct 21 16:03:07 CEST 2012


Jason Livingston <jason <at> cpcweb.com> writes:

> I hope the email comes through with the right formatting.

+++ b/libavcodec/allcodecs.c
@@ -428,6 +428,7 @@ void avcodec_register_all(void)
     REGISTER_DECODER (TEXT, text);
     REGISTER_DECODER (WEBVTT, webvtt);
     REGISTER_ENCDEC  (XSUB, xsub);
+    REGISTER_ENCDEC  (EIA608, eia608);

I suspect this should be alphabetically ordered.

Carl Eugen



More information about the ffmpeg-devel mailing list