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