]> git.sesse.net Git - vlc/blobdiff - modules/access/v4l.c
http access: Use EnsureUTF8() on the ICY strings. Avoids "illegal byte sequence"...
[vlc] / modules / access / v4l.c
index 9709f0070a750903ebe7182c67e804908dfeaa13..00ccfb674059072c4b24a9c22c93c49f8e030660 100644 (file)
@@ -1440,7 +1440,7 @@ static uint8_t *GrabCapture( demux_t *p_demux )
             return NULL;
         }
 
-        if( p_demux->b_die )
+        if( !vlc_object_alive (p_demux) )
         {
             return NULL;
         }