Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
f11a132c
Commit
f11a132c
authored
Mar 29, 2008
by
Mark Moriarty
Browse files
ffmpeg RTSP Windows patch -- unsupported error message
parent
8c5e9b07
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/patches/ffmpeg-svn-win32.patch
0 → 100644
View file @
f11a132c
--- 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);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment