comparison mov.c @ 1072:a06dd48eaba8 libavformat

10l, undef DEBUG
author bcoudurier
date Tue, 09 May 2006 22:10:17 +0000
parents 3f594a0fc976
children f125be9d18e2
comparison
equal deleted inserted replaced
1071:3f594a0fc976 1072:a06dd48eaba8
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 */ 18 */
19 19
20 #include <limits.h> 20 #include <limits.h>
21 21
22 #define DEBUG 22 //#define DEBUG
23 23
24 #include "avformat.h" 24 #include "avformat.h"
25 #include "avi.h" 25 #include "avi.h"
26 #include "mov.h" 26 #include "mov.h"
27 27