diff avcodec.h @ 2020:a14873a809a8 libavcodec

automatic pixel format selection
author michael
date Wed, 12 May 2004 16:00:44 +0000
parents 28d3f73aa254
children 62f5652f03c4
line wrap: on
line diff
--- a/avcodec.h	Wed May 12 02:50:48 2004 +0000
+++ b/avcodec.h	Wed May 12 16:00:44 2004 +0000
@@ -1658,6 +1658,7 @@
     struct AVCodec *next;
     void (*flush)(AVCodecContext *);
     const AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0}
+    const enum PixelFormat *pix_fmts;       ///array of supported pixel formats, or NULL if unknown, array is terminanted by -1
 } AVCodec;
 
 /**