mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cosmetics: Fix indentation after last commit.
Originally committed as revision 5710 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4bbefe6b5e
commit
f7facfbf23
@ -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…
Reference in New Issue
Block a user