[vlc-devel] commit: ffmpeg RTSP Windows patch -- unsupported error message ( Mark Moriarty )

git version control git at videolan.org
Sat Mar 29 15:36:54 CET 2008


vlc | branch: master | Mark Moriarty <mfmori at hotmail.com> | Sat Mar 29 10:15:02 2008 -0400| [f11a132c4c66b8c1dce324578a5b2081a687d22c]

ffmpeg RTSP Windows patch -- unsupported error message

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f11a132c4c66b8c1dce324578a5b2081a687d22c
---

 extras/contrib/src/patches/ffmpeg-svn-win32.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/src/patches/ffmpeg-svn-win32.patch b/extras/contrib/src/patches/ffmpeg-svn-win32.patch
new file mode 100644
index 0000000..2238a01
--- /dev/null
+++ b/extras/contrib/src/patches/ffmpeg-svn-win32.patch
@@ -0,0 +1,11 @@
+--- 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);




More information about the vlc-devel mailing list