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
8f35a2c0
Commit
8f35a2c0
authored
Aug 05, 2008
by
Aurelien Jacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
matroskadec: cosmetics
Originally committed as revision 14579 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c171af9b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
matroskadec.c
libavformat/matroskadec.c
+3
-7
No files found.
libavformat/matroskadec.c
View file @
8f35a2c0
...
...
@@ -1280,9 +1280,7 @@ matroska_execute_seekhead(MatroskaDemuxContext *matroska)
static
int
matroska_aac_profile
(
char
*
codec_id
)
{
static
const
char
*
aac_profiles
[]
=
{
"MAIN"
,
"LC"
,
"SSR"
};
static
const
char
*
aac_profiles
[]
=
{
"MAIN"
,
"LC"
,
"SSR"
};
int
profile
;
for
(
profile
=
0
;
profile
<
ARRAY_SIZE
(
aac_profiles
);
profile
++
)
...
...
@@ -1536,8 +1534,7 @@ matroska_read_header (AVFormatContext *s,
if
(
codec_id
==
CODEC_ID_NONE
)
av_log
(
matroska
->
ctx
,
AV_LOG_INFO
,
"Unknown/unsupported CodecID %s.
\n
"
,
track
->
codec_id
);
"Unknown/unsupported CodecID %s.
\n
"
,
track
->
codec_id
);
av_set_pts_info
(
st
,
64
,
matroska
->
time_scale
*
track
->
time_scale
,
1000
*
1000
*
1000
);
/* 64 bit pts in ns */
...
...
@@ -1815,8 +1812,7 @@ matroska_parse_block(MatroskaDemuxContext *matroska, uint8_t *data, int size,
uint8_t
*
pkt_data
=
data
;
if
(
encodings
&&
encodings
->
scope
&
1
)
{
offset
=
matroska_decode_buffer
(
&
pkt_data
,
&
pkt_size
,
track
);
offset
=
matroska_decode_buffer
(
&
pkt_data
,
&
pkt_size
,
track
);
if
(
offset
<
0
)
continue
;
}
...
...
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