Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
130
Issues
130
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
85a890d0
Commit
85a890d0
authored
Apr 28, 2015
by
Éloi Bail
Committed by
Gerrit Code Review
Apr 28, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
daemon: change wrong comments
Refs #71531 Change-Id: I5ec58e69f222573101bfac6d83a23e5f7b416174
parent
4c9515d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/media/media_decoder.cpp
src/media/media_decoder.cpp
+1
-1
No files found.
src/media/media_decoder.cpp
View file @
85a890d0
...
...
@@ -173,7 +173,7 @@ int MediaDecoder::setupFromAudioData(const AudioFormat format)
return
-
1
;
}
// find the decoder for the
vide
o stream
// find the decoder for the
audi
o stream
inputDecoder_
=
avcodec_find_decoder
(
decoderCtx_
->
codec_id
);
if
(
!
inputDecoder_
)
{
RING_ERR
(
"Unsupported codec"
);
...
...
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