diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-08-08 20:31:19 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-08-08 20:31:19 +0000 |
commit | 494bbf580590133268ed84a6de55dc7d693057fb (patch) | |
tree | abdd1cffcab68175a87f603c46196f2a8f2482ad /libavformat/avformat.h | |
parent | 434cab9e0f887c1bddd25d07c627b3dc9cfb8aea (diff) | |
download | ffmpeg-494bbf580590133268ed84a6de55dc7d693057fb.tar.gz |
dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort
Originally committed as revision 5961 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 8fec18deee..a71f98145c 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -122,6 +122,7 @@ typedef struct AVFormatParameters { #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; |