Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
6866dd12
Commit
6866dd12
authored
Nov 27, 2009
by
Jai Menon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo.
Originally committed as revision 20628 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
a7c6e766
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mov.c
libavformat/mov.c
+1
-1
No files found.
libavformat/mov.c
View file @
6866dd12
...
...
@@ -1054,7 +1054,7 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
st
->
codec
->
channels
=
get_be32
(
pb
);
get_be32
(
pb
);
/* always 0x7F000000 */
st
->
codec
->
bits_per_coded_sample
=
get_be32
(
pb
);
/* bits per channel if sound is uncompressed */
flags
=
get_be32
(
pb
);
/* l
cp
m format specific flag */
flags
=
get_be32
(
pb
);
/* l
pc
m format specific flag */
sc
->
bytes_per_frame
=
get_be32
(
pb
);
/* bytes per audio packet if constant */
sc
->
samples_per_frame
=
get_be32
(
pb
);
/* lpcm frames per audio packet if constant */
if
(
format
==
MKTAG
(
'l'
,
'p'
,
'c'
,
'm'
))
...
...
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