comparison avcodec.h @ 27:b8723ec6c80f libavcodec

added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program)
author glantau
date Mon, 06 Aug 2001 01:53:21 +0000
parents 08265a63313e
children 0d1f70657c73
comparison
equal deleted inserted replaced
26:ce751dfbcace 27:b8723ec6c80f
24 enum PixelFormat { 24 enum PixelFormat {
25 PIX_FMT_YUV420P, 25 PIX_FMT_YUV420P,
26 PIX_FMT_YUV422, 26 PIX_FMT_YUV422,
27 PIX_FMT_RGB24, 27 PIX_FMT_RGB24,
28 PIX_FMT_BGR24, 28 PIX_FMT_BGR24,
29 PIX_FMT_YUV422P,
30 PIX_FMT_YUV444P,
29 }; 31 };
30 32
31 /* in bytes */ 33 /* in bytes */
32 #define AVCODEC_MAX_AUDIO_FRAME_SIZE 18432 34 #define AVCODEC_MAX_AUDIO_FRAME_SIZE 18432
33 35