summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc_tns.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-08-22 06:11:23 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2015-08-22 06:11:23 +0100
commit21dd5279c3c48aec82fe566744b4a3fb4f729c60 (patch)
tree05c8f3070d208a2e35dc89524181c7814d7267c6 /libavcodec/aacenc_tns.h
parentd4401a9e0d667ec7565aafcb61d77e0fd3f06bbc (diff)
aacenc: Add missing ff_ prefixes
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com> Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu>
Diffstat (limited to 'libavcodec/aacenc_tns.h')
-rw-r--r--libavcodec/aacenc_tns.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/aacenc_tns.h b/libavcodec/aacenc_tns.h
index 3b11ca03b9..44afe0318b 100644
--- a/libavcodec/aacenc_tns.h
+++ b/libavcodec/aacenc_tns.h
@@ -39,7 +39,7 @@
#define TNS_LPC_PASSES 2
#define MAX_LPC_SHIFT 4
-void encode_tns_info(AACEncContext *s, SingleChannelElement *sce);
-void search_for_tns(AACEncContext *s, SingleChannelElement *sce);
+void ff_aac_encode_tns_info(AACEncContext *s, SingleChannelElement *sce);
+void ff_aac_search_for_tns(AACEncContext *s, SingleChannelElement *sce);
#endif /* AVCODEC_AACENC_TNS_H */