Commit 470c3fb1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MP4: enable debug with debug builds

parent 6f0e67fb
......@@ -263,8 +263,9 @@
#define ATOM_chap VLC_FOURCC( 'c', 'h', 'a', 'p' )
/* Do you want some debug information on all read boxes ? */
//#define MP4_VERBOSE 1
#ifndef NDEBUG
# define MP4_VERBOSE 1
#endif
struct MP4_Box_s;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment