diff avcodec.h @ 1837:a4d9e8b4e2f8 libavcodec

AVCodec.supported_framerates
author michael
date Thu, 26 Feb 2004 18:29:39 +0000
parents 8fa34b5b35bc
children 0287241a0c18
line wrap: on
line diff
--- a/avcodec.h	Thu Feb 26 15:15:05 2004 +0000
+++ b/avcodec.h	Thu Feb 26 18:29:39 2004 +0000
@@ -17,7 +17,7 @@
 
 #define FFMPEG_VERSION_INT     0x000408
 #define FFMPEG_VERSION         "0.4.8"
-#define LIBAVCODEC_BUILD       4705
+#define LIBAVCODEC_BUILD       4706
 
 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
 #define LIBAVCODEC_VERSION     FFMPEG_VERSION
@@ -1605,6 +1605,7 @@
     const AVOption *options;
     struct AVCodec *next;
     void (*flush)(AVCodecContext *);
+    AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0}
 } AVCodec;
 
 /**