Reindent.

Originally committed as revision 20993 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2010-01-01 12:52:20 +00:00
parent bb1a879325
commit 94b1f33893
1 changed files with 2 additions and 2 deletions

View File

@ -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.