diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-06-07 13:18:12 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-06-10 19:12:14 +0200 |
commit | 919d7a345a7e9044c3cdc89cf06dc521a1b01c6c (patch) | |
tree | 2b98bfe3c2979b79479741da4dfdc9325c0dfbf1 /libavformat/mpegenc.c | |
parent | aecc596a651b981256f91ee619aaf282e455d99e (diff) | |
download | ffmpeg-919d7a345a7e9044c3cdc89cf06dc521a1b01c6c.tar.gz |
Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.
Diffstat (limited to 'libavformat/mpegenc.c')
-rw-r--r-- | libavformat/mpegenc.c | 1 |
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> |