]> git.sesse.net Git - vlc/blobdiff - modules/codec/ffmpeg/mux.c
s/psz_name/psz_path/ for consistency
[vlc] / modules / codec / ffmpeg / mux.c
index 9b7d5623a265e6a4bea75025f64a032ff191fa06..9844dfe65cade744f09b0d4e219274d913fb076f 100644 (file)
@@ -89,7 +89,7 @@ int E_(OpenMux)( vlc_object_t *p_this )
 
     /* Find the requested muxer */
     file_oformat =
-        guess_format(NULL, p_mux->p_access->psz_name, NULL);
+        guess_format(NULL, p_mux->p_access->psz_path, NULL);
     if (!file_oformat)
     {
       msg_Err( p_mux, "unable for find a suitable output format" );