summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-01 12:52:20 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-01 12:52:20 +0000
commit94b1f33893491d131319b14a9fe3aeca42339497 (patch)
treede7fa4f7b3cf369887d261bdd42e8a10ff568460
parentbb1a8793251d2b01abc7f557faf2a7ce1a36a87a (diff)
Reindent.
Originally committed as revision 20993 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/avformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 7fc10a33f5..69d0054ada 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -738,8 +738,8 @@ attribute_deprecated AVOutputFormat *guess_format(const char *short_name,
* 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.