Go to the documentation of this file.
24 #ifndef AVCODEC_INTERNAL_H
25 #define AVCODEC_INTERNAL_H
36 #define FF_SANE_NB_CHANNELS 63U
39 # define STRIDE_ALIGN 32
40 #elif HAVE_NEON || ARCH_PPC || HAVE_MMX
41 # define STRIDE_ALIGN 16
43 # define STRIDE_ALIGN 8
89 #if FF_API_OLD_ENCODE_AUDIO
169 #define FF_MAX_EXTRADATA_SIZE ((1 << 28) - FF_INPUT_BUFFER_PADDING_SIZE)