Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
25a85e92
Commit
25a85e92
authored
Aug 31, 2012
by
Ludovic Fauvet
Committed by
Rémi Denis-Courmont
Aug 31, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mp4: fix flawed logic (close #7058)
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
9c9b7a3d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/demux/mp4/mp4.c
modules/demux/mp4/mp4.c
+2
-0
No files found.
modules/demux/mp4/mp4.c
View file @
25a85e92
...
...
@@ -1953,8 +1953,10 @@ static int TrackCreateES( demux_t *p_demux, mp4_track_t *p_track,
case
VLC_CODEC_AMR_NB
:
p_track
->
fmt
.
audio
.
i_rate
=
8000
;
break
;
case
VLC_CODEC_AMR_WB
:
p_track
->
fmt
.
audio
.
i_rate
=
16000
;
break
;
case
VLC_FOURCC
(
'Q'
,
'D'
,
'M'
,
'C'
):
case
VLC_CODEC_QDM2
:
case
VLC_CODEC_ALAC
:
...
...
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