vsrc_movie: Avoid a variable indirection in movie_get_frame()
This avoids an unused variable warning with MSVC since the variable is only used in a debug mode printf statement.
Showing
Please
register
or
sign in
to comment
This avoids an unused variable warning with MSVC since the variable is only used in a debug mode printf statement.