Browse Source

cosmetics: Fix indentation after last commit.

Originally committed as revision 5710 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
f7facfbf23
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      libavutil/common.h

+ 5
- 5
libavutil/common.h View File

@@ -284,11 +284,11 @@ typedef uint64_t uint_fast64_t;
# include <assert.h>

/* dprintf macros */
# ifdef DEBUG
# define dprintf(fmt,...) av_log(NULL, AV_LOG_DEBUG, fmt, __VA_ARGS__)
# else
# define dprintf(fmt,...)
# endif
# ifdef DEBUG
# define dprintf(fmt,...) av_log(NULL, AV_LOG_DEBUG, fmt, __VA_ARGS__)
# else
# define dprintf(fmt,...)
# endif

# ifdef CONFIG_WINCE
# define abort()


Loading…
Cancel
Save