comparison pixdesc.c @ 9234:49340eb6f96f libavcodec

Export to pixdesc.h the av_pix_fmt_descriptors array.
author stefano
date Sun, 22 Mar 2009 21:01:08 +0000
parents 53f2c0f6e71d
children 4703ca2612ba
comparison
equal deleted inserted replaced
9233:8aa63f696237 9234:49340eb6f96f
20 */ 20 */
21 21
22 #include "libavutil/pixfmt.h" 22 #include "libavutil/pixfmt.h"
23 #include "pixdesc.h" 23 #include "pixdesc.h"
24 24
25 static const AVPixFmtDescriptor pix_fmt_desc[PIX_FMT_NB] = { 25 const AVPixFmtDescriptor av_pix_fmt_descriptors[PIX_FMT_NB] = {
26 [PIX_FMT_YUV422P] = { 26 [PIX_FMT_YUV422P] = {
27 .name = "yuv422p", 27 .name = "yuv422p",
28 .nb_channels = 3, 28 .nb_channels = 3,
29 .log2_chroma_w= 1, 29 .log2_chroma_w= 1,
30 .log2_chroma_h= 0, 30 .log2_chroma_h= 0,