changeset 5487:06b9ae377c25 libavformat

Reindent.
author stefano
date Fri, 01 Jan 2010 12:52:20 +0000
parents 0794c77c3c46
children 033545e4dfd0
files avformat.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/avformat.h	Fri Jan 01 12:46:24 2010 +0000
+++ b/avformat.h	Fri Jan 01 12:52:20 2010 +0000
@@ -738,8 +738,8 @@
  * MIME type of the registered formats
  */
 AVOutputFormat *av_guess_format(const char *short_name,
-                             const char *filename,
-                             const char *mime_type);
+                                const char *filename,
+                                const char *mime_type);
 
 /**
  * Guesses the codec ID based upon muxer and filename.