comparison common.h @ 65:2840042b3f5d libavutil

cosmetics: Fix indentation after last commit.
author diego
date Tue, 11 Jul 2006 14:17:28 +0000
parents 57b9709f6455
children c619660c74ab
comparison
equal deleted inserted replaced
64:57b9709f6455 65:2840042b3f5d
282 # define NDEBUG 282 # define NDEBUG
283 # endif 283 # endif
284 # include <assert.h> 284 # include <assert.h>
285 285
286 /* dprintf macros */ 286 /* dprintf macros */
287 # ifdef DEBUG 287 # ifdef DEBUG
288 # define dprintf(fmt,...) av_log(NULL, AV_LOG_DEBUG, fmt, __VA_ARGS__) 288 # define dprintf(fmt,...) av_log(NULL, AV_LOG_DEBUG, fmt, __VA_ARGS__)
289 # else 289 # else
290 # define dprintf(fmt,...) 290 # define dprintf(fmt,...)
291 # endif 291 # endif
292 292
293 # ifdef CONFIG_WINCE 293 # ifdef CONFIG_WINCE
294 # define abort() 294 # define abort()
295 # endif 295 # endif
296 296