diff options
author | 2019-07-28 14:31:16 +1000 | |
---|---|---|
committer | 2019-07-28 14:31:16 +1000 | |
commit | ace8e401fcfa9c1ee40b0bece9f5bfb902f97736 (patch) | |
tree | c9ab7487049db6b5ee0c82480b10697c01f02a44 /src/lib/util/aviio.cpp | |
parent | c8e1190ca1078be93224c6d167e9da957f9dfc66 (diff) |
srcclean (nw)
Diffstat (limited to 'src/lib/util/aviio.cpp')
-rw-r--r-- | src/lib/util/aviio.cpp | 6 |
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) |