summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/aviio.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-07-28 14:31:16 +1000
committer Vas Crabb <vas@vastheman.com>2019-07-28 14:31:16 +1000
commitace8e401fcfa9c1ee40b0bece9f5bfb902f97736 (patch)
treec9ab7487049db6b5ee0c82480b10697c01f02a44 /src/lib/util/aviio.cpp
parentc8e1190ca1078be93224c6d167e9da957f9dfc66 (diff)
srcclean (nw)
Diffstat (limited to 'src/lib/util/aviio.cpp')
-rw-r--r--src/lib/util/aviio.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/util/aviio.cpp b/src/lib/util/aviio.cpp
index b7849ee36cc..728781dd8fc 100644
--- a/src/lib/util/aviio.cpp
+++ b/src/lib/util/aviio.cpp
@@ -1731,9 +1731,9 @@ avi_file::error avi_file_impl::read_uncompressed_video_frame(std::uint32_t frame
}
/*-------------------------------------------------
- read_video_frame - read video data for a
- particular frame from the AVI file, converting
- to YUY16 format
+ read_video_frame - read video data for a
+ particular frame from the AVI file, converting
+ to YUY16 format
-------------------------------------------------*/
avi_file::error avi_file_impl::read_video_frame(std::uint32_t framenum, bitmap_yuy16 &bitmap)