X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Finternal.h;h=0c2133f0925b3ec3e0dc3c70099de85a8b681195;hb=6088b7b0373faad7a8e62a8c4eb4ced9084ad2d9;hp=16bd10128495b83685ed68700fa65740da4d311f;hpb=4ed66517c62c599701b3793fa2843d5a8530a4f4;p=ffmpeg diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 16bd1012849..0c2133f0925 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -83,7 +83,7 @@ #define FF_QSCALE_TYPE_H264 2 #define FF_QSCALE_TYPE_VP56 3 -#define FF_SANE_NB_CHANNELS 64U +#define FF_SANE_NB_CHANNELS 256U #define FF_SIGNBIT(x) ((x) >> CHAR_BIT * sizeof(x) - 1) @@ -235,12 +235,6 @@ int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b); unsigned int avpriv_toupper4(unsigned int x); -/** - * does needed setup of pkt_pts/pos and such for (re)get_buffer(); - */ -int ff_init_buffer_info(AVCodecContext *s, AVFrame *frame); - - void ff_color_frame(AVFrame *frame, const int color[4]); /**