Skip to content

Instantly share code, notes, and snippets.

@jvcleave
Created December 5, 2012 04:30
Show Gist options
  • Select an option

  • Save jvcleave/4212244 to your computer and use it in GitHub Desktop.

Select an option

Save jvcleave/4212244 to your computer and use it in GitHub Desktop.
ofLog printf style
ofLog(OF_LOG_NOTICE,"%s %d x %d framerates:",
video_format.mimetype.c_str(), video_format.width,
video_format.height);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment