[vlc-commits] Add another DV fourcc
Jean-Baptiste Kempf
git at videolan.org
Fri Apr 22 19:00:37 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Apr 22 18:59:20 2011 +0200| [9da314e35491f05186f69e6827fb43827a49adac] | committer: Jean-Baptiste Kempf
Add another DV fourcc
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9da314e35491f05186f69e6827fb43827a49adac
---
src/misc/fourcc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index d942147..79453b1 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -369,6 +369,7 @@ static const entry_t p_list_video[] = {
E("cdvc", "Canopus DV Video"),
E("CDVH", "Canopus DV Video"),
E("cdvh", "Canopus DV Video"),
+ E("CDV5", "Canopus DV Video"),
/* Windows Media Video */
B(VLC_CODEC_WMV1, "Windows Media Video 7"),
More information about the vlc-commits
mailing list