[vlc-commits] Support DNxHR 4cc
Jean-Baptiste Kempf
git at videolan.org
Wed Aug 10 16:05:58 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 10 16:05:05 2016 +0200| [419ebb05ec55aaf9c6e7d32534e68be8ea5b2692] | committer: Jean-Baptiste Kempf
Support DNxHR 4cc
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=419ebb05ec55aaf9c6e7d32534e68be8ea5b2692
---
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 6ebf01f..fda9aa7 100644
--- a/src/misc/fourcc_list.h
+++ b/src/misc/fourcc_list.h
@@ -664,6 +664,7 @@ static const staticentry_t p_list_video[] = {
/* */
B(VLC_CODEC_DNXHD, "DNxHD"),
A("AVdn"),
+ E("AVdh", "DNxHR"),
B(VLC_CODEC_8BPS, "8BPS"),
A("8BPS"),
B(VLC_CODEC_MIMIC, "Mimic"),
More information about the vlc-commits
mailing list