patch-libavcodec_aacenc_pred_h 888 B

123456789101112131415161718192021222324252627
  1. $OpenBSD: patch-libavcodec_aacenc_pred_h,v 1.2 2015/10/17 06:49:22 ajacoutot Exp $
  2. aacenc: shorten name of ff_aac_adjust_common_prediction
  3. aacenc_pred: correct header information
  4. --- libavcodec/aacenc_pred.h.orig Mon Sep 7 21:58:01 2015
  5. +++ libavcodec/aacenc_pred.h Fri Oct 16 23:42:23 2015
  6. @@ -21,7 +21,7 @@
  7. /**
  8. * @file
  9. - * AAC encoder main prediction
  10. + * AAC encoder main-type prediction
  11. * @author Rostislav Pehlivanov ( atomnuker gmail com )
  12. */
  13. @@ -40,7 +40,7 @@
  14. #define PRED_SFB_START 10
  15. void ff_aac_apply_main_pred(AACEncContext *s, SingleChannelElement *sce);
  16. -void ff_aac_adjust_common_prediction(AACEncContext *s, ChannelElement *cpe);
  17. +void ff_aac_adjust_common_pred(AACEncContext *s, ChannelElement *cpe);
  18. void ff_aac_search_for_pred(AACEncContext *s, SingleChannelElement *sce);
  19. void ff_aac_encode_main_pred(AACEncContext *s, SingleChannelElement *sce);