You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Reindent after the last commit.
Originally committed as revision 22248 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
4
ffplay.c
4
ffplay.c
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user