git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
f532122
)
Add 2Vuy FourCC case flavour to rawvideo.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Tue, 3 Jul 2007 18:15:18 +0000
(18:15 +0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Tue, 3 Jul 2007 18:15:18 +0000
(18:15 +0000)
By Ilkka Ollakka
modules/codec/rawvideo.c
patch
|
blob
|
history
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('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'):
p_dec->fmt_in.i_codec = VLC_FOURCC('U','Y','V','Y');
break;
case VLC_FOURCC('y','v','1','2'):