[FFmpeg-cvslog] r23034 - trunk/cmdutils.c
stefano
subversion
Wed May 5 23:45:00 CEST 2010
Author: stefano
Date: Wed May 5 23:45:00 2010
New Revision: 23034
Log:
Reindent after the last commit.
Modified:
trunk/cmdutils.c
Modified: trunk/cmdutils.c
==============================================================================
--- trunk/cmdutils.c Wed May 5 23:44:57 2010 (r23033)
+++ trunk/cmdutils.c Wed May 5 23:45:00 2010 (r23034)
@@ -294,9 +294,9 @@ void print_error(const char *filename, i
char errbuf[128];
const char *errbuf_ptr = errbuf;
- if (av_strerror(err, errbuf, sizeof(errbuf)) < 0)
- errbuf_ptr = strerror(AVUNERROR(err));
- fprintf(stderr, "%s: %s\n", filename, errbuf_ptr);
+ if (av_strerror(err, errbuf, sizeof(errbuf)) < 0)
+ errbuf_ptr = strerror(AVUNERROR(err));
+ fprintf(stderr, "%s: %s\n", filename, errbuf_ptr);
}
#define PRINT_LIB_VERSION(outstream,libname,LIBNAME,indent) \
More information about the ffmpeg-cvslog
mailing list