diff mace.c @ 8002:f94fb6a31d5c libavcodec

Cosmetics: rename mace3_decode_frame() to mace_decode_frame()
author vitor
date Sun, 05 Oct 2008 20:12:20 +0000
parents 038bb3b45b34
children e9d9d946f213
line wrap: on
line diff
--- a/mace.c	Sun Oct 05 20:06:40 2008 +0000
+++ b/mace.c	Sun Oct 05 20:12:20 2008 +0000
@@ -234,7 +234,7 @@
     return 0;
 }
 
-static int mace3_decode_frame(AVCodecContext *avctx,
+static int mace_decode_frame(AVCodecContext *avctx,
                               void *data, int *data_size,
                               const uint8_t *buf, int buf_size)
 {
@@ -285,7 +285,7 @@
     mace_decode_init,
     NULL,
     NULL,
-    mace3_decode_frame,
+    mace_decode_frame,
     .long_name = NULL_IF_CONFIG_SMALL("MACE (Macintosh Audio Compression/Expansion) 3:1"),
 };
 
@@ -297,7 +297,7 @@
     mace_decode_init,
     NULL,
     NULL,
-    mace3_decode_frame,
+    mace_decode_frame,
     .long_name = NULL_IF_CONFIG_SMALL("MACE (Macintosh Audio Compression/Expansion) 6:1"),
 };