Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-01-25 23:07:07 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-01-28 05:15:33 +0300
commitdff80041e3057004838aa500392437a6999e3b41 (patch)
treed72dec4ee49a6860b7877f5a1ab0e88d137930b5 /libavcodec/ac3.h
parente732af87fc00efb1fe6d1e1fd6610c75d911bf6f (diff)
Add ff_ prefix to ac3_common_init().
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 4c57cde942b3d28074d0bb06e2ca200bc1098f22)
Diffstat (limited to 'libavcodec/ac3.h')
-rw-r--r--libavcodec/ac3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h
index 283b134329..405e3cd0a3 100644
--- a/libavcodec/ac3.h
+++ b/libavcodec/ac3.h
@@ -115,7 +115,7 @@ typedef enum {
EAC3_FRAME_TYPE_RESERVED
} EAC3FrameType;
-void ac3_common_init(void);
+void ff_ac3_common_init(void);
/**
* Calculate the log power-spectral density of the input signal.