diff avformat.h @ 1245:e59b75051ded libavformat

dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort
author michael
date Tue, 08 Aug 2006 20:31:19 +0000
parents 13dc486b272b
children d06e5cb7fb52
line wrap: on
line diff
--- a/avformat.h	Tue Aug 08 19:55:32 2006 +0000
+++ b/avformat.h	Tue Aug 08 20:31:19 2006 +0000
@@ -122,6 +122,7 @@
 #define AVFMT_RAWPICTURE    0x0020 /* format wants AVPicture structure for
                                       raw picture data */
 #define AVFMT_GLOBALHEADER  0x0040 /* format wants global header */
+#define AVFMT_NOTIMESTAMPS  0x0080 /* format doesnt need / has any timestamps */
 
 typedef struct AVOutputFormat {
     const char *name;