Commit e58bac43 authored by diego's avatar diego

cosmetics: indentation


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9758 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 44647e8a
......@@ -608,8 +608,8 @@ static void pre_process_video_frame(AVInputStream *ist, AVPicture *picture, void
}
if (ENABLE_VHOOK)
frame_hook_process(picture2, dec->pix_fmt, dec->width, dec->height,
1000000 * ist->pts / AV_TIME_BASE);
frame_hook_process(picture2, dec->pix_fmt, dec->width, dec->height,
1000000 * ist->pts / AV_TIME_BASE);
if (picture != picture2)
*picture = *picture2;
......
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