Mercurial > libavformat.hg
diff avformat.h @ 1756:5d72afc6c8aa libavformat
better generic index building and seeking code
| author | michael |
|---|---|
| date | Mon, 05 Feb 2007 23:04:48 +0000 |
| parents | 1a8d1f66c867 |
| children | d8c6b719a070 |
line wrap: on
line diff
--- a/avformat.h Mon Feb 05 02:08:57 2007 +0000 +++ b/avformat.h Mon Feb 05 23:04:48 2007 +0000 @@ -138,6 +138,7 @@ raw picture data */ #define AVFMT_GLOBALHEADER 0x0040 /* format wants global header */ #define AVFMT_NOTIMESTAMPS 0x0080 /* format doesnt need / has any timestamps */ +#define AVFMT_GENERIC_INDEX 0x0100 /* use generic index building code */ typedef struct AVOutputFormat { const char *name;
