Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-daemon
Commits
814635f2
Commit
814635f2
authored
Feb 20, 2013
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* #20627: video: fix #ifdef for older libavutil
parent
f976596c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
daemon/src/video/libav_utils.cpp
daemon/src/video/libav_utils.cpp
+2
-0
No files found.
daemon/src/video/libav_utils.cpp
View file @
814635f2
...
...
@@ -103,6 +103,8 @@ int avcodecManageMutex(void **data, enum AVLockOp op)
default:
#ifdef AVERROR_BUG
return
AVERROR_BUG
;
#else
break
;
#endif
}
return
AVERROR
(
ret
);
...
...
Write
Preview
Markdown
is supported
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