Skip to content
Snippets Groups Projects
Commit 4d0cc7a5 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf
Browse files

fourcc: add more GeoVision FOURCC


Fixes GeoVision video playback via the avi demuxer.

(cherry picked from commit 6372cce4)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 553ed5fa
No related branches found
No related tags found
2 merge requests!3533Backport MR 3236 to 3.0.x,!1441[3.0] fourcc: add more GeoVision FOURCC
Pipeline #193052 passed with stage
in 17 minutes and 54 seconds
......@@ -160,6 +160,9 @@ static const staticentry_t p_list_video[] = {
E("QMP4", "QNAP Systems MPEG-4"),
E("qMP4", "QNAP Systems MPEG-4"),
E("wMP4", "QNAP Systems MPEG-4"),
E("G264", "GeoVision MPEG-4"),
E("GM40", "GeoVision MPEG-4"),
E("GMP4", "GeoVision MPEG-4"),
/* 3ivx delta 3.5 Unsupported
* putting it here gives extreme distorted images */
//E("3IV1", "3ivx delta 3.5 MPEG-4 Video"),
......@@ -234,6 +237,7 @@ static const staticentry_t p_list_video[] = {
A("hvc1"),
A("HM10"),
E("dvhe", "Dolby Vision HEVC (H.265)"),
E("GHEC", "GeoVision HEVC"),
/* E("dvh1", "Dolby Vision HEVC (H.265)"), Collides with DV */
/* h264 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment