From b8a78f419dd67cebc70f78e3d183c7eb4ed10c0e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 10 Nov 2002 11:46:59 +0000 Subject: reversing header game MIN/MAX -> FFMIN/FFMAX Originally committed as revision 1184 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libav/rtsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libav/rtsp.c') diff --git a/libav/rtsp.c b/libav/rtsp.c index 667a3c095a..81b59f8916 100644 --- a/libav/rtsp.c +++ b/libav/rtsp.c @@ -16,10 +16,10 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include #include "avformat.h" #include +#include #include #ifndef __BEOS__ # include -- cgit v1.2.3