An earlier revision of the prediction patch used the calc_is_encoding_err()
to check whether the predictor state is valid for both channels.
It _might_ be reused in the future as it is a generally useful function
able to tell the compatibility of channels in a pair.
I would hold off on applying thi
On Fri, Aug 21, 2015 at 9:21 PM, Timothy Gu wrote:
> It's not used anywhere else.
> ---
> libavcodec/aacenc_is.c | 10 +-
> libavcodec/aacenc_is.h | 11 ---
> 2 files changed, 9 insertions(+), 12 deletions(-)
>
> diff --git a/libavcodec/aacenc_is.c b/libavcodec/aacenc_is.c
> index
It's not used anywhere else.
---
libavcodec/aacenc_is.c | 10 +-
libavcodec/aacenc_is.h | 11 ---
2 files changed, 9 insertions(+), 12 deletions(-)
diff --git a/libavcodec/aacenc_is.c b/libavcodec/aacenc_is.c
index 4ae1054..2a0ed86 100644
--- a/libavcodec/aacenc_is.c
+++ b/libavco