diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-01 12:52:20 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-01 12:52:20 +0000 |
commit | 94b1f33893491d131319b14a9fe3aeca42339497 (patch) | |
tree | de7fa4f7b3cf369887d261bdd42e8a10ff568460 /libavformat/avformat.h | |
parent | bb1a8793251d2b01abc7f557faf2a7ce1a36a87a (diff) | |
download | ffmpeg-94b1f33893491d131319b14a9fe3aeca42339497.tar.gz |
Reindent.
Originally committed as revision 20993 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 4 |
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. |