comparison avformat.h @ 5487:06b9ae377c25 libavformat

Reindent.
author stefano
date Fri, 01 Jan 2010 12:52:20 +0000
parents 0794c77c3c46
children 611a8e6209be
comparison
equal deleted inserted replaced
5486:0794c77c3c46 5487:06b9ae377c25
736 * extensions of the registered formats 736 * extensions of the registered formats
737 * @param mime_type if non-NULL checks if mime_type matches with the 737 * @param mime_type if non-NULL checks if mime_type matches with the
738 * MIME type of the registered formats 738 * MIME type of the registered formats
739 */ 739 */
740 AVOutputFormat *av_guess_format(const char *short_name, 740 AVOutputFormat *av_guess_format(const char *short_name,
741 const char *filename, 741 const char *filename,
742 const char *mime_type); 742 const char *mime_type);
743 743
744 /** 744 /**
745 * Guesses the codec ID based upon muxer and filename. 745 * Guesses the codec ID based upon muxer and filename.
746 */ 746 */
747 enum CodecID av_guess_codec(AVOutputFormat *fmt, const char *short_name, 747 enum CodecID av_guess_codec(AVOutputFormat *fmt, const char *short_name,