summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/avformat.h')
-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.