.. more boredom on the train .. After this patchset all commented-out debug output is either removed or transformed to av_dlog. My FATE instance will then make sure it keeps compiling and working.
The rule of thumb I used when removing debug output was to delete instances that only print the function name or something like a single int value. IOW stuff that barely takes more time to implement afresh than to uncomment. Most of the more complex instances I converted to av_dlog. Cases that failed to compile and were not completely trivial to fix or printed struct members that were removed many years ago, I often also removed the debug output. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
