cosmetics: indentation
Originally committed as revision 9758 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
4
ffmpeg.c
4
ffmpeg.c
@@ -608,8 +608,8 @@ static void pre_process_video_frame(AVInputStream *ist, AVPicture *picture, void
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ENABLE_VHOOK)
|
if (ENABLE_VHOOK)
|
||||||
frame_hook_process(picture2, dec->pix_fmt, dec->width, dec->height,
|
frame_hook_process(picture2, dec->pix_fmt, dec->width, dec->height,
|
||||||
1000000 * ist->pts / AV_TIME_BASE);
|
1000000 * ist->pts / AV_TIME_BASE);
|
||||||
|
|
||||||
if (picture != picture2)
|
if (picture != picture2)
|
||||||
*picture = *picture2;
|
*picture = *picture2;
|
||||||
|
|||||||
Reference in New Issue
Block a user