diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-19 14:48:38 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-19 14:48:38 +0000 |
commit | 390d5a7cad1265cf926a682dffb850685f36b775 (patch) | |
tree | 01d4300ca51f8d9b0bbd28c2089487433eda9152 | |
parent | d0f596b4efccb1388ed7dea971a9f8b8cabc39c4 (diff) | |
download | ffmpeg-390d5a7cad1265cf926a682dffb850685f36b775.tar.gz |
cosmetics: indentation
Originally committed as revision 9758 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffmpeg.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |