comparison au.c @ 1142:e3a585883bbd libavformat

Move initialisations and internal symbols in allformats.h, patch by Diego "Flameeyes" Petteno flameeyes AA gentoo PP org Original thread: Date: Jun 30, 2006 2:07 AM Subject: [Ffmpeg-devel] [PATCH] Move initialisations and internal symbols in allformats.h
author gpoirier
date Fri, 30 Jun 2006 07:41:25 +0000
parents edbe5c3717f9
children d89d7ef290da
comparison
equal deleted inserted replaced
1141:ef9bf68071d3 1142:e3a585883bbd
24 * http://www.opengroup.org/public/pubs/external/auformat.html 24 * http://www.opengroup.org/public/pubs/external/auformat.html
25 * http://www.goice.co.jp/member/mo/formats/au.html 25 * http://www.goice.co.jp/member/mo/formats/au.html
26 */ 26 */
27 27
28 #include "avformat.h" 28 #include "avformat.h"
29 #include "allformats.h"
29 #include "avi.h" 30 #include "avi.h"
30 31
31 /* if we don't know the size in advance */ 32 /* if we don't know the size in advance */
32 #define AU_UNKOWN_SIZE ((uint32_t)(~0)) 33 #define AU_UNKOWN_SIZE ((uint32_t)(~0))
33 34