[vlc-commits] Add w264 for QNap h264
Jean-Baptiste Kempf
git at videolan.org
Mon Jul 15 17:04:17 CEST 2019
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri May 17 12:10:05 2019 +0200| [955e0869c173697d5ea18edec1f5dcc78abb9694] | committer: Francois Cartegnie
Add w264 for QNap h264
(cherry picked from commit d6471a284c54abc36051d3331111ca7c6b5a8526)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=955e0869c173697d5ea18edec1f5dcc78abb9694
---
src/misc/fourcc_list.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h
index ba7f9a8f01..926f2c8475 100644
--- a/src/misc/fourcc_list.h
+++ b/src/misc/fourcc_list.h
@@ -271,6 +271,7 @@ static const staticentry_t p_list_video[] = {
E("GAVC", "GeoVision MPEG-4 AVC"),
E("Q264", "QNAP H.264/MPEG-4 AVC"),
E("q264", "QNAP H.264/MPEG-4 AVC"),
+ E("w264", "QNAP H.264/MPEG-4 AVC"),
A("UMSV"),
A("SMV2"),
A("tshd"),
More information about the vlc-commits
mailing list