Skip to content

Commit

Permalink
Merge pull request #1 from ros2/fix_more_windows_warnings
Browse files Browse the repository at this point in the history
fix more windows warnings
  • Loading branch information
dirk-thomas committed Jul 30, 2015
2 parents 0066b1d + b2a0674 commit d6964ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cam2image/src/cam2image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mat_type2encoding(int mat_type)
case CV_8UC1:
return "mono8";
case CV_8UC3:
return "rgb8";
return "bgr8";
case CV_16SC1:
return "mono16";
case CV_8UC4:
Expand Down

0 comments on commit d6964ac

Please sign in to comment.