diff faac.c @ 5091:160536e80ee6 libavcodec

Rename faac_encoder to libfaac_encoder for consistency and to be able to more easily add a possible future native encoder.
author diego
date Sat, 02 Jun 2007 11:20:24 +0000
parents 8cd8fd35b6aa
children
line wrap: on
line diff
--- a/faac.c	Sat Jun 02 01:42:47 2007 +0000
+++ b/faac.c	Sat Jun 02 11:20:24 2007 +0000
@@ -143,8 +143,8 @@
     return 0;
 }
 
-AVCodec faac_encoder = {
-    "aac",
+AVCodec libfaac_encoder = {
+    "libfaac",
     CODEC_TYPE_AUDIO,
     CODEC_ID_AAC,
     sizeof(FaacAudioContext),