[vlc-devel] commit: Fix typo. (Antoine Cellerier )

git version control git at videolan.org
Mon Jun 30 22:12:06 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Mon Jun 30 22:14:01 2008 +0200| [2d6a7985cf7e21b0b7d5f697366874105d225fe5]

Fix typo.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d6a7985cf7e21b0b7d5f697366874105d225fe5
---

 modules/video_filter/chain.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_filter/chain.c b/modules/video_filter/chain.c
index 359bcb3..0a303fc 100644
--- a/modules/video_filter/chain.c
+++ b/modules/video_filter/chain.c
@@ -134,7 +134,7 @@ static int Activate( vlc_object_t *p_this )
     {
         /* Lets try resizing and then doing the chroma conversion */
         es_format_Copy( &fmt_mid, &p_filter->fmt_out );
-        fmt_mid.video.i_chroma = p_filter->fmt_out.video.i_chroma;
+        fmt_mid.video.i_chroma = p_filter->fmt_in.video.i_chroma;
         if( CreateChain( p_sys->p_chain, &fmt_mid ) == VLC_SUCCESS )
         {
             es_format_Clean( &fmt_mid );




More information about the vlc-devel mailing list