Mercurial > libavformat.hg
comparison mtv.c @ 3286:6f61c3b36632 libavformat
Use full path for #includes from another directory.
author | diego |
---|---|
date | Fri, 09 May 2008 11:56:36 +0000 |
parents | 1de87c1b6a12 |
children | 7a0230981402 |
comparison
equal
deleted
inserted
replaced
3285:ccfd981fe0fa | 3286:6f61c3b36632 |
---|---|
22 /** | 22 /** |
23 * @file mtv.c | 23 * @file mtv.c |
24 * MTV demuxer. | 24 * MTV demuxer. |
25 */ | 25 */ |
26 | 26 |
27 #include "libavutil/bswap.h" | |
27 #include "avformat.h" | 28 #include "avformat.h" |
28 #include "bswap.h" | |
29 | 29 |
30 #define MTV_ASUBCHUNK_DATA_SIZE 500 | 30 #define MTV_ASUBCHUNK_DATA_SIZE 500 |
31 #define MTV_HEADER_SIZE 512 | 31 #define MTV_HEADER_SIZE 512 |
32 #define MTV_AUDIO_PADDING_SIZE 12 | 32 #define MTV_AUDIO_PADDING_SIZE 12 |
33 #define AUDIO_SAMPLING_RATE 44100 | 33 #define AUDIO_SAMPLING_RATE 44100 |