Commit ec93d103 authored by Artur Wieczorek's avatar Artur Wieczorek

Refactored code responsible for printing debug messages in DShow video capture…

Refactored code responsible for printing debug messages in DShow video capture module to reduce footprint in Release mode.

Replace printf function used for diagnostic purposes with dedicated DebugPrintOut function to output debug messages. This function is effective only in Debug mode and its body becomes empty in Release mode to reduce footprint.
parent c54928e0
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment