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
3d38c990
Commit
3d38c990
authored
Jul 17, 2014
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf/segment: fix weird indent
parent
b6a8c524
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
segment.c
libavformat/segment.c
+4
-4
No files found.
libavformat/segment.c
View file @
3d38c990
...
...
@@ -708,10 +708,10 @@ static int seg_write_packet(AVFormatContext *s, AVPacket *pkt)
}
av_dlog
(
s
,
"packet stream:%d pts:%s pts_time:%s duration_time:%s is_key:%d frame:%d
\n
"
,
pkt
->
stream_index
,
av_ts2str
(
pkt
->
pts
),
av_ts2timestr
(
pkt
->
pts
,
&
st
->
time_base
),
av_ts2timestr
(
pkt
->
duration
,
&
st
->
time_base
),
pkt
->
flags
&
AV_PKT_FLAG_KEY
,
pkt
->
stream_index
==
seg
->
reference_stream_index
?
seg
->
frame_count
:
-
1
);
pkt
->
stream_index
,
av_ts2str
(
pkt
->
pts
),
av_ts2timestr
(
pkt
->
pts
,
&
st
->
time_base
),
av_ts2timestr
(
pkt
->
duration
,
&
st
->
time_base
),
pkt
->
flags
&
AV_PKT_FLAG_KEY
,
pkt
->
stream_index
==
seg
->
reference_stream_index
?
seg
->
frame_count
:
-
1
);
if
(
pkt
->
stream_index
==
seg
->
reference_stream_index
&&
pkt
->
flags
&
AV_PKT_FLAG_KEY
&&
...
...
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