Commit e3ae9967 authored by diego's avatar diego

cosmetics: Fix indentation.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17756 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5c625d83
...@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment