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
f2c357d9
Commit
f2c357d9
authored
May 31, 2009
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reindent
Originally committed as revision 19009 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
ed68efad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
mpegts.c
libavformat/mpegts.c
+6
-6
No files found.
libavformat/mpegts.c
View file @
f2c357d9
...
...
@@ -558,12 +558,12 @@ static AVStream *new_pes_av_stream(PESContext *pes, uint32_t prog_reg_desc)
dprintf
(
pes
->
stream
,
"stream_type=%x pid=%x prog_reg_desc=%.4s
\n
"
,
pes
->
stream_type
,
pes
->
pid
,
(
char
*
)
&
prog_reg_desc
);
mpegts_find_stream_type
(
st
,
pes
->
stream_type
,
ISO_types
);
if
(
prog_reg_desc
==
AV_RL32
(
"HDMV"
)
&&
st
->
codec
->
codec_id
==
CODEC_ID_PROBE
)
mpegts_find_stream_type
(
st
,
pes
->
stream_type
,
HDMV_types
);
if
(
st
->
codec
->
codec_id
==
CODEC_ID_PROBE
)
mpegts_find_stream_type
(
st
,
pes
->
stream_type
,
MISC_types
);
mpegts_find_stream_type
(
st
,
pes
->
stream_type
,
ISO_types
);
if
(
prog_reg_desc
==
AV_RL32
(
"HDMV"
)
&&
st
->
codec
->
codec_id
==
CODEC_ID_PROBE
)
mpegts_find_stream_type
(
st
,
pes
->
stream_type
,
HDMV_types
);
if
(
st
->
codec
->
codec_id
==
CODEC_ID_PROBE
)
mpegts_find_stream_type
(
st
,
pes
->
stream_type
,
MISC_types
);
return
st
;
}
...
...
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