diff allformats.c @ 3862:c11ff84634b2 libavformat

create a separate codec_id for E-AC-3
author jbr
date Mon, 01 Sep 2008 14:33:54 +0000
parents 261cd3e672e5
children 5f9bec099c69
line wrap: on
line diff
--- a/allformats.c	Mon Sep 01 13:51:24 2008 +0000
+++ b/allformats.c	Mon Sep 01 14:33:54 2008 +0000
@@ -76,6 +76,7 @@
     REGISTER_DEMUXER  (DXA, dxa);
     REGISTER_DEMUXER  (EA, ea);
     REGISTER_DEMUXER  (EA_CDATA, ea_cdata);
+    REGISTER_MUXDEMUX (EAC3, eac3);
     REGISTER_MUXDEMUX (FFM, ffm);
     REGISTER_MUXDEMUX (FLAC, flac);
     REGISTER_DEMUXER  (FLIC, flic);