]> git.sesse.net Git - vlc/blobdiff - modules/gui/qnx/aout.c
Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
[vlc] / modules / gui / qnx / aout.c
index f0f8297cb727deb236e0f2dfd9897805b4016e31..12fa0cc55505d2d8f2633701de2ea30cc47cec97 100644 (file)
@@ -270,7 +270,7 @@ static void* QNXaoutThread( vlc_object_t *p_this )
         int i_tmp, i_size;
         uint8_t * p_bytes;
 
-        if ( p_aout->output.output.i_format != VLC_FOURCC('s','p','d','i') )
+        if ( p_aout->output.output.i_format != VLC_CODEC_SPDIFL )
         {
             mtime_t next_date = 0;