diff 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
line wrap: on
line diff
--- a/pixdesc.c	Sun Mar 22 20:19:20 2009 +0000
+++ b/pixdesc.c	Sun Mar 22 21:01:08 2009 +0000
@@ -22,7 +22,7 @@
 #include "libavutil/pixfmt.h"
 #include "pixdesc.h"
 
-static const AVPixFmtDescriptor pix_fmt_desc[PIX_FMT_NB] = {
+const AVPixFmtDescriptor av_pix_fmt_descriptors[PIX_FMT_NB] = {
     [PIX_FMT_YUV422P] = {
         .name = "yuv422p",
         .nb_channels  = 3,