Commit 023f7a16 authored by bcoudurier's avatar bcoudurier

move DEBUG define before include to get dprintf

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18956 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2c3c3498
......@@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
//#define DEBUG
//#define DEBUG_SEEK
#include "libavutil/crc.h"
#include "libavutil/intreadwrite.h"
#include "libavcodec/bytestream.h"
......@@ -26,9 +29,6 @@
#include "mpegts.h"
#include "internal.h"
//#define DEBUG
//#define DEBUG_SEEK
/* 1.0 second at 24Mbit/s */
#define MAX_SCAN_PACKETS 32000
......
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