Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
699c64c8
Commit
699c64c8
authored
Oct 01, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fixed some small inconsistancy.
parent
c60aacd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/codec/quicktime.c
modules/codec/quicktime.c
+3
-3
No files found.
modules/codec/quicktime.c
View file @
699c64c8
...
...
@@ -2,7 +2,7 @@
* quicktime.c: a quicktime decoder that uses the QT library/dll
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: quicktime.c,v 1.1
3 2003/09/19 23:03:27
hartman Exp $
* $Id: quicktime.c,v 1.1
4 2003/10/01 20:57:34
hartman Exp $
*
* Authors: Laurent Aimar <fenrir at via.ecp.fr>
* Derk-Jan Hartman <thedj at users.sf.net>
...
...
@@ -492,10 +492,10 @@ static int InitThreadAudio( adec_thread_t *p_dec )
#endif
p_dec
->
output_format
.
i_format
=
AOUT_FMT_S16_NE
;
p_dec
->
output_format
.
i_rate
=
p_
wf
->
nSamplesPerSec
;
p_dec
->
output_format
.
i_rate
=
p_
dec
->
OutputFormatInfo
.
sampleRate
;
p_dec
->
output_format
.
i_physical_channels
=
p_dec
->
output_format
.
i_original_channels
=
pi_channels_maps
[
p_
wf
->
n
Channels
];
pi_channels_maps
[
p_
dec
->
OutputFormatInfo
.
num
Channels
];
aout_DateInit
(
&
p_dec
->
date
,
p_dec
->
output_format
.
i_rate
);
p_dec
->
p_aout_input
=
aout_DecNew
(
p_dec
->
p_fifo
,
&
p_dec
->
p_aout
,
...
...
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