[vlc-commits] [Git][videolan/vlc][master] fourcc: add the HAVI cctv fourcc in H263
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Apr 17 07:32:11 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
1459f671 by Thomas Guillem at 2023-04-17T06:47:37+00:00
fourcc: add the HAVI cctv fourcc in H263
- - - - -
1 changed file:
- src/misc/fourcc_list.h
Changes:
=====================================
src/misc/fourcc_list.h
=====================================
@@ -302,6 +302,7 @@ static const staticentry_t p_list_video[] = {
E("X263", "Xirlink H263"),
/* Zygo (partial) */
E("ZyGo", "ITU H263+"),
+ A("HAVI"),
/* H263i */
B(VLC_CODEC_H263I, "I263.I"),
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1459f67178938bc3f529f6f54aa0cec1e0bb6420
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1459f67178938bc3f529f6f54aa0cec1e0bb6420
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list