# HG changeset patch # User vitor # Date 1223237540 0 # Node ID f94fb6a31d5cc5493bc4408ca719e1e01c3ecc8b # Parent 038bb3b45b343c42c2405010a715d31d05639bd8 Cosmetics: rename mace3_decode_frame() to mace_decode_frame() diff -r 038bb3b45b34 -r f94fb6a31d5c mace.c --- 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"), };