]> git.sesse.net Git - vlc/commitdiff
Revert "ffmpeg RTSP Windows patch -- unsupported error message"
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 30 Mar 2008 01:17:06 +0000 (18:17 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 30 Mar 2008 01:17:06 +0000 (18:17 -0700)
Wrong dir

This reverts commit f11a132c4c66b8c1dce324578a5b2081a687d22c.

extras/contrib/src/patches/ffmpeg-svn-win32.patch [deleted file]

diff --git a/extras/contrib/src/patches/ffmpeg-svn-win32.patch b/extras/contrib/src/patches/ffmpeg-svn-win32.patch
deleted file mode 100644 (file)
index 2238a01..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- libavformat/rtsp_old.c     2008-03-28 21:47:00.614740700 -0400
-+++ libavformat/rtsp.c 2008-03-29 06:35:39.143600000 -0400
-@@ -1094,7 +1094,7 @@
-             goto fail;
-         protocol_mask &= ~(1 << protocol);
-         if (protocol_mask == 0 && err == 1) {
--            err = AVERROR(EPROTONOSUPPORT);
-+            err = AVERROR(AVERROR_NOTSUPP);
-             goto fail;
-         }
-     } while (err);