git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add 2Vuy FourCC case flavour to rawvideo.
[vlc.git]
/
modules
/
codec
/
rawvideo.c
diff --git
a/modules/codec/rawvideo.c
b/modules/codec/rawvideo.c
index
6960313
..
41d1c32
100644
(file)
--- a/
modules/codec/rawvideo.c
+++ b/
modules/codec/rawvideo.c
@@
-108,6
+108,7
@@
static int OpenDecoder( vlc_object_t *p_this )
case VLC_FOURCC('R','V','1','5'):
break;
case VLC_FOURCC('2','V','u','y'):
+ case VLC_FOURCC('2','v','u','y'):
p_dec->fmt_in.i_codec = VLC_FOURCC('U','Y','V','Y');
break;
case VLC_FOURCC('y','v','1','2'):