mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
cosmetics: indentation
Originally committed as revision 9758 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d0f596b4ef
commit
390d5a7cad
1 changed files with 2 additions and 2 deletions
4
ffmpeg.c
4
ffmpeg.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue