diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-01-25 20:07:07 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-01-28 03:15:33 +0100 |
commit | dff80041e3057004838aa500392437a6999e3b41 (patch) | |
tree | d72dec4ee49a6860b7877f5a1ab0e88d137930b5 /libavcodec/ac3.h | |
parent | e732af87fc00efb1fe6d1e1fd6610c75d911bf6f (diff) | |
download | ffmpeg-dff80041e3057004838aa500392437a6999e3b41.tar.gz |
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.h | 2 |
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. |