Mercurial > libavformat.hg
changeset 4962:66a7afa20cc7 libavformat
move DEBUG define before include to get dprintf
author | bcoudurier |
---|---|
date | Tue, 26 May 2009 20:13:03 +0000 |
parents | 0608a5e415e9 |
children | 0c34f80265ac |
files | mpegts.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegts.c Tue May 26 03:51:00 2009 +0000 +++ b/mpegts.c Tue May 26 20:13:03 2009 +0000 @@ -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