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
(parent:
303f5ae
)
Whitespace cleanup
author
Jean-Paul Saman
<jpsaman@videolan.org>
Mon, 15 Oct 2007 09:39:16 +0000
(09:39 +0000)
committer
Jean-Paul Saman
<jpsaman@videolan.org>
Mon, 15 Oct 2007 09:39:16 +0000
(09:39 +0000)
modules/codec/ffmpeg/chroma.c
patch
|
blob
|
history
diff --git
a/modules/codec/ffmpeg/chroma.c
b/modules/codec/ffmpeg/chroma.c
index
ac37264
..
3f6a3cf
100644
(file)
--- a/
modules/codec/ffmpeg/chroma.c
+++ b/
modules/codec/ffmpeg/chroma.c
@@
-92,7
+92,7
@@
int E_(OpenChroma)( vlc_object_t *p_this )
if( ( p_vout->render.i_height != p_vout->output.i_height ||
p_vout->render.i_width != p_vout->output.i_width ) &&
- ( p_vout->chroma.p_sys->i_dst_vlc_chroma == VLC_FOURCC('I','4','2','0')
||
+ ( p_vout->chroma.p_sys->i_dst_vlc_chroma == VLC_FOURCC('I','4','2','0') ||
p_vout->chroma.p_sys->i_dst_vlc_chroma == VLC_FOURCC('Y','V','1','2') ))
{
msg_Dbg( p_vout, "preparing to resample picture" );