diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-05-15 15:16:12 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-05-16 00:23:30 +0200 |
commit | 2832ea26f3f792ba0d0b7682a6f33fd05dea3850 (patch) | |
tree | 9c414d2bfc3455785af3bb8e2777791e0eaa072c /libavformat | |
parent | ff4fc5ef12a37716c5c5d8928a2db92428e916ec (diff) | |
download | ffmpeg-streaming-2832ea26f3f792ba0d0b7682a6f33fd05dea3850.zip ffmpeg-streaming-2832ea26f3f792ba0d0b7682a6f33fd05dea3850.tar.gz |
Remove commented-out debug #define cruft
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/asfdec.c | 2 | ||||
-rw-r--r-- | libavformat/isom.c | 2 | ||||
-rw-r--r-- | libavformat/mov.c | 1 | ||||
-rw-r--r-- | libavformat/mux.c | 2 | ||||
-rw-r--r-- | libavformat/mxfdec.c | 2 | ||||
-rw-r--r-- | libavformat/mxfenc.c | 2 | ||||
-rw-r--r-- | libavformat/r3d.c | 2 | ||||
-rw-r--r-- | libavformat/rtmpproto.c | 2 | ||||
-rw-r--r-- | libavformat/rtpenc.c | 2 | ||||
-rw-r--r-- | libavformat/rtsp.c | 2 | ||||
-rw-r--r-- | libavformat/utils.c | 2 |
11 files changed, 0 insertions, 21 deletions
diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c index e30d47c..a7fdc9e 100644 --- a/libavformat/asfdec.c +++ b/libavformat/asfdec.c @@ -19,8 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -//#define DEBUG - #include "libavutil/attributes.h" #include "libavutil/avassert.h" #include "libavutil/avstring.h" diff --git a/libavformat/isom.c b/libavformat/isom.c index ccf4ca1..0d4e32f 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -21,8 +21,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -//#define DEBUG - #include "avformat.h" #include "internal.h" #include "isom.h" diff --git a/libavformat/mov.c b/libavformat/mov.c index 849ade0..2d87a08 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -25,7 +25,6 @@ #include <limits.h> -//#define DEBUG //#define MOV_EXPORT_ALL_METADATA #include "libavutil/attributes.h" diff --git a/libavformat/mux.c b/libavformat/mux.c index a7e2e9a..b51f906 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -19,8 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/* #define DEBUG */ - #include "avformat.h" #include "avio_internal.h" #include "internal.h" diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index 7e3a690..d2039f6 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -43,8 +43,6 @@ * Only tracks with associated descriptors will be decoded. "Highly Desirable" SMPTE 377M D.1 */ -//#define DEBUG - #include "libavutil/aes.h" #include "libavutil/mathematics.h" #include "libavcodec/bytestream.h" diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index 698e669..a4403d5 100644 --- a/libavformat/mxfenc.c +++ b/libavformat/mxfenc.c @@ -30,8 +30,6 @@ * SMPTE RP224: Registry of SMPTE Universal Labels */ -//#define DEBUG - #include <inttypes.h> #include <math.h> #include <time.h> diff --git a/libavformat/r3d.c b/libavformat/r3d.c index 9745b39..1da8b88 100644 --- a/libavformat/r3d.c +++ b/libavformat/r3d.c @@ -19,8 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -//#define DEBUG - #include "libavutil/intreadwrite.h" #include "libavutil/dict.h" #include "libavutil/mathematics.h" diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c index d1141af..94f7aae 100644 --- a/libavformat/rtmpproto.c +++ b/libavformat/rtmpproto.c @@ -48,8 +48,6 @@ #include <zlib.h> #endif -//#define DEBUG - #define APP_MAX_LENGTH 128 #define PLAYPATH_MAX_LENGTH 256 #define TCURL_MAX_LENGTH 512 diff --git a/libavformat/rtpenc.c b/libavformat/rtpenc.c index d0140ee..c82a73a 100644 --- a/libavformat/rtpenc.c +++ b/libavformat/rtpenc.c @@ -28,8 +28,6 @@ #include "rtpenc.h" -//#define DEBUG - static const AVOption options[] = { FF_RTP_FLAG_OPTS(RTPMuxContext, flags), { "payload_type", "Specify RTP payload type", offsetof(RTPMuxContext, payload_type), AV_OPT_TYPE_INT, {.i64 = -1 }, -1, 127, AV_OPT_FLAG_ENCODING_PARAM }, diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 3351c34..761aa11 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -48,8 +48,6 @@ #include "rtpenc.h" #include "mpegts.h" -//#define DEBUG - /* Timeout values for socket poll, in ms, * and read_packet(), in seconds */ #define POLL_TIMEOUT_MS 100 diff --git a/libavformat/utils.c b/libavformat/utils.c index 75dc363..eb01886 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -19,8 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/* #define DEBUG */ - #include "avformat.h" #include "avio_internal.h" #include "internal.h" |