#include <stdio.h>#include <stdint.h>#include <stdlib.h>


Go to the source code of this file.
| #define AVI_COPYRIGHTED 0x00020000 |
Definition at line 21 of file qtprivate.h.
| #define AVI_FRAME_RATE_BASE 10000 |
Definition at line 27 of file qtprivate.h.
| #define AVI_HASINDEX 0x00000010 |
| #define AVI_INDEX_OF_CHUNKS 0x01 |
| #define AVI_INDEX_OF_INDEXES 0x00 |
| #define AVI_ISINTERLEAVED 0x00000100 |
| #define AVI_KEYFRAME 0x10 |
Definition at line 23 of file qtprivate.h.
Referenced by quicktime_import_avi(), quicktime_set_idx1_keyframe(), and quicktime_update_idx1table().
| #define AVI_MUSTUSEINDEX 0x00000020 |
| #define AVI_TRUSTCKTYPE 0x00000800 |
| #define AVI_WASCAPTUREFILE 0x00010000 |
Definition at line 20 of file qtprivate.h.
| #define AVIF_WASCAPTUREFILE 0x00010000 |
Definition at line 22 of file qtprivate.h.
| #define FSEEK fseeko64 |
Definition at line 38 of file qtprivate.h.
Referenced by main(), quicktime_fseek(), and quicktime_read_frame_init().
| #define FTELL ftello64 |
Definition at line 37 of file qtprivate.h.
| #define HEADER_LENGTH 8 |
Definition at line 12 of file qtprivate.h.
Referenced by quicktime_atom_read_header(), quicktime_chunk_to_offset(), quicktime_make_streamable(), quicktime_offset_to_chunk(), quicktime_seek_end(), quicktime_seek_start(), and read_size64().
| #define MAX_RIFFS 0x100 |
| #define MAXTRACKS 1024 |
Definition at line 13 of file qtprivate.h.
Referenced by quicktime_add_trak(), and quicktime_moov_init().
| #define QUICKTIME_MAJOR 2 |
| #define QUICKTIME_MINOR 2 |
| #define QUICKTIME_PRESAVE 0x100000 |
Definition at line 742 of file qtprivate.h.
Referenced by quicktime_file_open(), and quicktime_write_data().
| #define QUICKTIME_RELEASE 0 |
Definition at line 17 of file qtffmpeg.c.
Referenced by encode(), init_decode(), and quicktime_new_ffmpeg().
| pthread_mutex_t ffmpeg_lock |
Definition at line 18 of file qtffmpeg.c.
Referenced by decode(), delete_codec(), encode(), init_decode(), quicktime_delete_ffmpeg(), and quicktime_new_ffmpeg().
1.5.5