mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-21 06:20:09 +01:00
cosmetics: Fix indentation.
Originally committed as revision 17756 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user