diff mbox

[FFmpeg-devel] avformat: remove obsolete commented-out DEBUG define

Message ID 1499413402-28410-1-git-send-email-t.rapp@noa-archive.com
State Accepted
Commit 8bf9572e9a5432715785a02c6497f28da6822d72
Headers show

Commit Message

Tobias Rapp July 7, 2017, 7:43 a.m. UTC
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
---
 libavformat/avienc.c  | 2 --
 libavformat/segment.c | 2 --
 2 files changed, 4 deletions(-)

Comments

Derek Buitenhuis July 7, 2017, 3:33 p.m. UTC | #1
On 7/7/2017 8:43 AM, Tobias Rapp wrote:
> Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
> ---
>  libavformat/avienc.c  | 2 --
>  libavformat/segment.c | 2 --
>  2 files changed, 4 deletions(-)

LGTM.

- Derek
Michael Niedermayer July 7, 2017, 9:30 p.m. UTC | #2
On Fri, Jul 07, 2017 at 09:43:22AM +0200, Tobias Rapp wrote:
> Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
> ---
>  libavformat/avienc.c  | 2 --
>  libavformat/segment.c | 2 --
>  2 files changed, 4 deletions(-)
> 
> diff --git a/libavformat/avienc.c b/libavformat/avienc.c
> index e8c0c71..da3d3de 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"

LGTM

thx

[...]
diff mbox

Patch

diff --git a/libavformat/avienc.c b/libavformat/avienc.c
index e8c0c71..da3d3de 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 8ec3653..0e8bcdd 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>