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:
authorRostislav Pehlivanov <atomnuker@gmail.com>2015-10-13 01:33:07 +0300
committerRostislav Pehlivanov <atomnuker@gmail.com>2015-10-13 01:33:07 +0300
commit93e6b23c9f489c1e0745769ae2ba00469f7cfb91 (patch)
treee101c37d8579229ce70ec9ca0636b6d7908146e8 /libavcodec/aacenc_pred.h
parent65f5b96dd80519e2a539d19012c5a685e1ddbafd (diff)
aacenc: shorten name of ff_aac_adjust_common_prediction
To keep it similar to the other functions which are all named *_pred.
Diffstat (limited to 'libavcodec/aacenc_pred.h')
-rw-r--r--libavcodec/aacenc_pred.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aacenc_pred.h b/libavcodec/aacenc_pred.h
index 999af869f5..a78dec77cc 100644
--- a/libavcodec/aacenc_pred.h
+++ b/libavcodec/aacenc_pred.h
@@ -40,7 +40,7 @@
#define PRED_SFB_START 10
void ff_aac_apply_main_pred(AACEncContext *s, SingleChannelElement *sce);
-void ff_aac_adjust_common_prediction(AACEncContext *s, ChannelElement *cpe);
+void ff_aac_adjust_common_pred(AACEncContext *s, ChannelElement *cpe);
void ff_aac_search_for_pred(AACEncContext *s, SingleChannelElement *sce);
void ff_aac_encode_main_pred(AACEncContext *s, SingleChannelElement *sce);