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
9f4ab4e5
Commit
9f4ab4e5
authored
Apr 04, 2014
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show stream number when warning about stream without start time.
parent
87f29996
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
utils.c
libavformat/utils.c
+1
-1
No files found.
libavformat/utils.c
View file @
9f4ab4e5
...
@@ -2451,7 +2451,7 @@ static void estimate_timings_from_pts(AVFormatContext *ic, int64_t old_offset)
...
@@ -2451,7 +2451,7 @@ static void estimate_timings_from_pts(AVFormatContext *ic, int64_t old_offset)
st
->
first_dts
==
AV_NOPTS_VALUE
&&
st
->
first_dts
==
AV_NOPTS_VALUE
&&
st
->
codec
->
codec_type
!=
AVMEDIA_TYPE_UNKNOWN
)
st
->
codec
->
codec_type
!=
AVMEDIA_TYPE_UNKNOWN
)
av_log
(
st
->
codec
,
AV_LOG_WARNING
,
av_log
(
st
->
codec
,
AV_LOG_WARNING
,
"start time
is not set in estimate_timings_from_pts
\n
"
);
"start time
for stream %d is not set in estimate_timings_from_pts
\n
"
,
i
);
if
(
st
->
parser
)
{
if
(
st
->
parser
)
{
av_parser_close
(
st
->
parser
);
av_parser_close
(
st
->
parser
);
...
...
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