diff options
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) |