summaryrefslogtreecommitdiff
path: root/libavformat/mpegenc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-06-07 13:18:12 +0200
committerDiego Biurrun <diego@biurrun.de>2011-06-10 19:12:14 +0200
commit919d7a345a7e9044c3cdc89cf06dc521a1b01c6c (patch)
tree2b98bfe3c2979b79479741da4dfdc9325c0dfbf1 /libavformat/mpegenc.c
parentaecc596a651b981256f91ee619aaf282e455d99e (diff)
Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.
Diffstat (limited to 'libavformat/mpegenc.c')
-rw-r--r--libavformat/mpegenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mpegenc.c b/libavformat/mpegenc.c
index 98169abcf5..820c5bd5e1 100644
--- a/libavformat/mpegenc.c
+++ b/libavformat/mpegenc.c
@@ -25,7 +25,6 @@
#include "mpeg.h"
#define MAX_PAYLOAD_SIZE 4096
-//#define DEBUG_SEEK
#undef NDEBUG
#include <assert.h>