]> git.sesse.net Git - vlc/blobdiff - modules/codec/ffmpeg/encoder.c
The last but not the least commit about these useless tests.
[vlc] / modules / codec / ffmpeg / encoder.c
index ac00f2f39747a7ff3e78638e9435cc7cccedb104..b74de24cf229e3822b49d17bf56736d7803479f6 100644 (file)
@@ -399,7 +399,7 @@ int E_(OpenEncoder)( vlc_object_t *p_this )
             p_sys->i_aac_profile = FF_PROFILE_UNKNOWN;
         }
     }
-    if( val.psz_string ) free( val.psz_string );
+    free( val.psz_string );
 #endif
 
     if( p_enc->fmt_in.i_cat == VIDEO_ES )