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
c0492097
Commit
c0492097
authored
Mar 03, 2009
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: Fix indentation.
Originally committed as revision 17756 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9d821fc2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
utils.c
libavformat/utils.c
+7
-5
No files found.
libavformat/utils.c
View file @
c0492097
...
@@ -1432,7 +1432,9 @@ int64_t av_gen_search(AVFormatContext *s, int stream_index, int64_t target_ts, i
...
@@ -1432,7 +1432,9 @@ int64_t av_gen_search(AVFormatContext *s, int stream_index, int64_t target_ts, i
else
else
no_change
=
0
;
no_change
=
0
;
#ifdef DEBUG_SEEK
#ifdef DEBUG_SEEK
av_log
(
s
,
AV_LOG_DEBUG
,
"%"
PRId64
" %"
PRId64
" %"
PRId64
" / %"
PRId64
" %"
PRId64
" %"
PRId64
" target:%"
PRId64
" limit:%"
PRId64
" start:%"
PRId64
" noc:%d
\n
"
,
pos_min
,
pos
,
pos_max
,
ts_min
,
ts
,
ts_max
,
target_ts
,
pos_limit
,
start_pos
,
no_change
);
av_log
(
s
,
AV_LOG_DEBUG
,
"%"
PRId64
" %"
PRId64
" %"
PRId64
" / %"
PRId64
" %"
PRId64
" %"
PRId64
" target:%"
PRId64
" limit:%"
PRId64
" start:%"
PRId64
" noc:%d
\n
"
,
pos_min
,
pos
,
pos_max
,
ts_min
,
ts
,
ts_max
,
target_ts
,
pos_limit
,
start_pos
,
no_change
);
#endif
#endif
if
(
ts
==
AV_NOPTS_VALUE
){
if
(
ts
==
AV_NOPTS_VALUE
){
av_log
(
s
,
AV_LOG_ERROR
,
"read_timestamp() failed in the middle
\n
"
);
av_log
(
s
,
AV_LOG_ERROR
,
"read_timestamp() failed in the middle
\n
"
);
...
...
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