diff avformat.h @ 5653:25eca7e2cf64 libavformat

Add flag so muxers not needing width/height can signal this. Add this flag to img2 (fixes -vcodec copy to image2 in some cases)
author michael
date Fri, 12 Feb 2010 20:35:29 +0000
parents 457efbf56d15
children 25062326d2f9
line wrap: on
line diff
--- a/avformat.h	Fri Feb 12 11:31:35 2010 +0000
+++ b/avformat.h	Fri Feb 12 20:35:29 2010 +0000
@@ -242,6 +242,7 @@
 #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. */
+#define AVFMT_NODIMENSIONS  0x0800 /**< Format does not need width/height */
 
 typedef struct AVOutputFormat {
     const char *name;