]> git.sesse.net Git - vlc/blobdiff - src/misc/fourcc.c
fix unsupported compact ifelse syntax
[vlc] / src / misc / fourcc.c
index eecebe4268794f7c47e96142921ba0d960fbe0ce..5ad47f6e7bd1b70bdce2dab56bd770dc73343b50 100644 (file)
@@ -1197,7 +1197,8 @@ static entry_t Lookup( const entry_t p_list[], vlc_fourcc_t i_fourcc )
 
             memcpy( e.p_class, p_class, 4 );
             memcpy( e.p_fourcc, p->p_fourcc, 4 );
-            e.psz_description = p->psz_description ?: psz_description;
+            e.psz_description = p->psz_description ?
+                                p->psz_description : psz_description;
             break;
         }
     }