Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
124
Issues
124
List
Boards
Labels
Milestones
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
ca8b3f23
Commit
ca8b3f23
authored
Aug 06, 2012
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* #13814: video: use level 1.3 if none is given in SDP
parent
a8fdea1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
daemon/src/video/video_send_thread.cpp
daemon/src/video/video_send_thread.cpp
+1
-1
No files found.
daemon/src/video/video_send_thread.cpp
View file @
ca8b3f23
...
...
@@ -129,7 +129,7 @@ extractProfileLevelID(const std::string ¶meters, AVCodecContext *ctx)
// If no profile-level-id is present, the Baseline Profile without
// additional constraints at Level 1 MUST be implied.
ctx
->
profile
=
FF_PROFILE_H264_BASELINE
;
ctx
->
level
=
0x
a
;
ctx
->
level
=
0x
0d
;
// ctx->level = 0x0d; // => 13 aka 1.3
if
(
parameters
.
empty
())
return
;
...
...
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