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
3a0f3ffe
Commit
3a0f3ffe
authored
Nov 21, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffmpeg: fix weird reindent
parent
02b4ae04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
ffmpeg.c
ffmpeg.c
+13
-13
No files found.
ffmpeg.c
View file @
3a0f3ffe
...
...
@@ -2752,14 +2752,14 @@ static int process_input(int file_index)
if
(
debug_ts
)
{
av_log
(
NULL
,
AV_LOG_INFO
,
"demuxer -> ist_index:%d type:%s "
"next_dts:%s next_dts_time:%s next_pts:%s next_pts_time:%s pkt_pts:%s pkt_pts_time:%s pkt_dts:%s pkt_dts_time:%s off:%s off_time:%s
\n
"
,
ifile
->
ist_index
+
pkt
.
stream_index
,
av_get_media_type_string
(
ist
->
st
->
codec
->
codec_type
),
av_ts2str
(
ist
->
next_dts
),
av_ts2timestr
(
ist
->
next_dts
,
&
AV_TIME_BASE_Q
),
av_ts2str
(
ist
->
next_pts
),
av_ts2timestr
(
ist
->
next_pts
,
&
AV_TIME_BASE_Q
),
av_ts2str
(
pkt
.
pts
),
av_ts2timestr
(
pkt
.
pts
,
&
ist
->
st
->
time_base
),
av_ts2str
(
pkt
.
dts
),
av_ts2timestr
(
pkt
.
dts
,
&
ist
->
st
->
time_base
),
av_ts2str
(
input_files
[
ist
->
file_index
]
->
ts_offset
),
av_ts2timestr
(
input_files
[
ist
->
file_index
]
->
ts_offset
,
&
AV_TIME_BASE_Q
));
"next_dts:%s next_dts_time:%s next_pts:%s next_pts_time:%s pkt_pts:%s pkt_pts_time:%s pkt_dts:%s pkt_dts_time:%s off:%s off_time:%s
\n
"
,
ifile
->
ist_index
+
pkt
.
stream_index
,
av_get_media_type_string
(
ist
->
st
->
codec
->
codec_type
),
av_ts2str
(
ist
->
next_dts
),
av_ts2timestr
(
ist
->
next_dts
,
&
AV_TIME_BASE_Q
),
av_ts2str
(
ist
->
next_pts
),
av_ts2timestr
(
ist
->
next_pts
,
&
AV_TIME_BASE_Q
),
av_ts2str
(
pkt
.
pts
),
av_ts2timestr
(
pkt
.
pts
,
&
ist
->
st
->
time_base
),
av_ts2str
(
pkt
.
dts
),
av_ts2timestr
(
pkt
.
dts
,
&
ist
->
st
->
time_base
),
av_ts2str
(
input_files
[
ist
->
file_index
]
->
ts_offset
),
av_ts2timestr
(
input_files
[
ist
->
file_index
]
->
ts_offset
,
&
AV_TIME_BASE_Q
));
}
if
(
!
ist
->
wrap_correction_done
&&
input_files
[
file_index
]
->
ctx
->
start_time
!=
AV_NOPTS_VALUE
&&
ist
->
st
->
pts_wrap_bits
<
64
){
...
...
@@ -2826,11 +2826,11 @@ static int process_input(int file_index)
if
(
debug_ts
)
{
av_log
(
NULL
,
AV_LOG_INFO
,
"demuxer+ffmpeg -> ist_index:%d type:%s pkt_pts:%s pkt_pts_time:%s pkt_dts:%s pkt_dts_time:%s off:%s off_time:%s
\n
"
,
ifile
->
ist_index
+
pkt
.
stream_index
,
av_get_media_type_string
(
ist
->
st
->
codec
->
codec_type
),
av_ts2str
(
pkt
.
pts
),
av_ts2timestr
(
pkt
.
pts
,
&
ist
->
st
->
time_base
),
av_ts2str
(
pkt
.
dts
),
av_ts2timestr
(
pkt
.
dts
,
&
ist
->
st
->
time_base
),
av_ts2str
(
input_files
[
ist
->
file_index
]
->
ts_offset
),
av_ts2timestr
(
input_files
[
ist
->
file_index
]
->
ts_offset
,
&
AV_TIME_BASE_Q
));
ifile
->
ist_index
+
pkt
.
stream_index
,
av_get_media_type_string
(
ist
->
st
->
codec
->
codec_type
),
av_ts2str
(
pkt
.
pts
),
av_ts2timestr
(
pkt
.
pts
,
&
ist
->
st
->
time_base
),
av_ts2str
(
pkt
.
dts
),
av_ts2timestr
(
pkt
.
dts
,
&
ist
->
st
->
time_base
),
av_ts2str
(
input_files
[
ist
->
file_index
]
->
ts_offset
),
av_ts2timestr
(
input_files
[
ist
->
file_index
]
->
ts_offset
,
&
AV_TIME_BASE_Q
));
}
sub2video_heartbeat
(
ist
,
pkt
.
pts
);
...
...
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