[vlc-devel] commit: Another typo: SPU_ES mixed up with AUDIO_ES. (CID 250) ( Derk-Jan Hartman )

git version control git at videolan.org
Thu Oct 9 03:15:26 CEST 2008


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Thu Oct  9 03:14:08 2008 +0200| [95fc63a206e8ce07cbeba338f9092a2741a5ff2a] | committer: Derk-Jan Hartman 

Another typo: SPU_ES mixed up with AUDIO_ES. (CID 250)

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

 src/input/es_out.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/input/es_out.c b/src/input/es_out.c
index e9fda8a..5fa4efa 100644
--- a/src/input/es_out.c
+++ b/src/input/es_out.c
@@ -470,7 +470,7 @@ void input_EsOutSetDelay( es_out_t *out, int i_cat, int64_t i_delay )
 
     if( i_cat == AUDIO_ES )
         p_sys->i_audio_delay = i_delay;
-    else if( i_cat == AUDIO_ES )
+    else if( i_cat == SPU_ES )
         p_sys->i_spu_delay = i_delay;
 
     for( int i = 0; i < p_sys->i_es; i++ )




More information about the vlc-devel mailing list