Mercurial > libavformat.hg
comparison wv.c @ 3286:6f61c3b36632 libavformat
Use full path for #includes from another directory.
author | diego |
---|---|
date | Fri, 09 May 2008 11:56:36 +0000 |
parents | d52c718e83f9 |
children | 7a0230981402 |
comparison
equal
deleted
inserted
replaced
3285:ccfd981fe0fa | 3286:6f61c3b36632 |
---|---|
17 * You should have received a copy of the GNU Lesser General Public | 17 * You should have received a copy of the GNU Lesser General Public |
18 * License along with FFmpeg; if not, write to the Free Software | 18 * License along with FFmpeg; if not, write to the Free Software |
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 */ | 20 */ |
21 | 21 |
22 #include "libavutil/bswap.h" | |
22 #include "avformat.h" | 23 #include "avformat.h" |
23 #include "bswap.h" | |
24 | 24 |
25 // specs say that maximum block size is 1Mb | 25 // specs say that maximum block size is 1Mb |
26 #define WV_BLOCK_LIMIT 1047576 | 26 #define WV_BLOCK_LIMIT 1047576 |
27 | 27 |
28 #define WV_EXTRA_SIZE 12 | 28 #define WV_EXTRA_SIZE 12 |