Commit ccb5620b authored by stefano's avatar stefano

Reindent after the last commit.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22248 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 91e64571
...@@ -1442,8 +1442,8 @@ static int output_picture2(VideoState *is, AVFrame *src_frame, double pts1, int6 ...@@ -1442,8 +1442,8 @@ static int output_picture2(VideoState *is, AVFrame *src_frame, double pts1, int6
is->video_clock += frame_delay; is->video_clock += frame_delay;
#if defined(DEBUG_SYNC) && 0 #if defined(DEBUG_SYNC) && 0
printf("frame_type=%c clock=%0.3f pts=%0.3f\n", printf("frame_type=%c clock=%0.3f pts=%0.3f\n",
av_get_pict_type_char(src_frame->pict_type), pts, pts1); av_get_pict_type_char(src_frame->pict_type), pts, pts1);
#endif #endif
return queue_picture(is, src_frame, pts, pos); return queue_picture(is, src_frame, pts, pos);
} }
......
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