move DEBUG define before include to get dprintf
Originally committed as revision 18956 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cd840656c2
commit
e9859317eb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user