[FFmpeg-cvslog] avformat: remove obsolete commented-out DEBUG define
Tobias Rapp
git at videolan.org
Fri Jul 7 18:58:06 EEST 2017
ffmpeg | branch: master | Tobias Rapp <t.rapp at noa-archive.com> | Fri Jul 7 09:43:22 2017 +0200| [8bf9572e9a5432715785a02c6497f28da6822d72] | committer: Derek Buitenhuis
avformat: remove obsolete commented-out DEBUG define
Signed-off-by: Tobias Rapp <t.rapp at noa-archive.com>
Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8bf9572e9a5432715785a02c6497f28da6822d72
---
libavformat/avienc.c | 2 --
libavformat/segment.c | 2 --
2 files changed, 4 deletions(-)
diff --git a/libavformat/avienc.c b/libavformat/avienc.c
index e8c0c7159e..da3d3deb3b 100644
--- a/libavformat/avienc.c
+++ b/libavformat/avienc.c
@@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-//#define DEBUG
-
#include <math.h>
#include "avformat.h"
diff --git a/libavformat/segment.c b/libavformat/segment.c
index 8ec3653b38..0e8bcddb00 100644
--- a/libavformat/segment.c
+++ b/libavformat/segment.c
@@ -24,8 +24,6 @@
* @url{http://tools.ietf.org/id/draft-pantos-http-live-streaming}
*/
-/* #define DEBUG */
-
#include <float.h>
#include <time.h>
More information about the ffmpeg-cvslog
mailing list