diff avformat.h @ 4567:963e3b76c7a6 libavformat

Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
author michael
date Tue, 24 Feb 2009 15:04:18 +0000
parents 617f07022319
children 0000335f1eba
line wrap: on
line diff
--- a/avformat.h	Tue Feb 24 13:35:54 2009 +0000
+++ b/avformat.h	Tue Feb 24 15:04:18 2009 +0000
@@ -265,6 +265,7 @@
 #define AVFMT_NOTIMESTAMPS  0x0080 /**< Format does not need / have any timestamps. */
 #define AVFMT_GENERIC_INDEX 0x0100 /**< Use generic index building code. */
 #define AVFMT_TS_DISCONT    0x0200 /**< Format allows timestamp discontinuities. */
+#define AVFMT_VARIABLE_FPS  0x0400 /**< Format allows variable fps. */
 
 typedef struct AVOutputFormat {
     const char *name;