]> git.sesse.net Git - vlc/blobdiff - modules/codec/theora.c
Remove uneeded warining (and often impossible to send)
[vlc] / modules / codec / theora.c
index 88e14c0aa685f20706f6704e82fab7662f1dbdb8..b3d2e9e0ee1a61eef8f07b05c836e9cc80a01c70 100644 (file)
@@ -520,10 +520,7 @@ static void ParseTheoraComments( decoder_t *p_dec )
     {
         psz_comment = strdup( p_dec->p_sys->tc.user_comments[i] );
         if( !psz_comment )
-        {
-            msg_Warn( p_dec, "out of memory" );
             break;
-        }
         psz_name = psz_comment;
         psz_value = strchr( psz_comment, '=' );
         if( psz_value )