Skip to content

Commit 16943b4

Browse files
committed
vcap/rtsp: includ H.265 in support list in help
1 parent 2a1dece commit 16943b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/video_capture/rtsp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ show_help(bool full) {
334334

335335
color_printf(
336336
"Supported audio codecs: none (support is currently broken/WIP)\n");
337-
color_printf(
338-
"Supported video codecs: " TBOLD("H.264") ", " TBOLD("JPEG") "\n");
337+
color_printf("Supported video codecs: " TBOLD("H.264") ", " TBOLD(
338+
"H.265") ", " TBOLD("JPEG") "\n");
339339
color_printf("\n");
340340
}
341341

0 commit comments

Comments
 (0)