diff ac3enc.c @ 7626:8618fb5d9bce libavcodec

commit the OKed parts of the E-AC-3 decoder
author jbr
date Wed, 20 Aug 2008 00:32:17 +0000
parents 1a93d3bbe3ee
children e5f7a43f63ae
line wrap: on
line diff
--- a/ac3enc.c	Wed Aug 20 00:15:27 2008 +0000
+++ b/ac3enc.c	Wed Aug 20 00:32:17 2008 +0000
@@ -1365,5 +1365,5 @@
     AC3_encode_close,
     NULL,
     .sample_fmts = (enum SampleFormat[]){SAMPLE_FMT_S16,SAMPLE_FMT_NONE},
-    .long_name = NULL_IF_CONFIG_SMALL("ATSC A/52 / AC-3"),
+    .long_name = NULL_IF_CONFIG_SMALL("ATSC A/52 (AC-3, E-AC-3)"),
 };