We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1dece commit 16943b4Copy full SHA for 16943b4
src/video_capture/rtsp.c
@@ -334,8 +334,8 @@ show_help(bool full) {
334
335
color_printf(
336
"Supported audio codecs: none (support is currently broken/WIP)\n");
337
- color_printf(
338
- "Supported video codecs: " TBOLD("H.264") ", " TBOLD("JPEG") "\n");
+ color_printf("Supported video codecs: " TBOLD("H.264") ", " TBOLD(
+ "H.265") ", " TBOLD("JPEG") "\n");
339
color_printf("\n");
340
}
341
0 commit comments