vlc | branch: master | Tristan Matthews <[email protected]> | Tue Aug 19 16:45:54 2014 -0700| [e5a98bffa578fbf24220e7a4ac8dcd4523b79dec] | committer: Tristan Matthews
mux: ogg: fix typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e5a98bffa578fbf24220e7a4ac8dcd4523b79dec --- modules/mux/ogg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mux/ogg.c b/modules/mux/ogg.c index c599199..c71662a 100644 --- a/modules/mux/ogg.c +++ b/modules/mux/ogg.c @@ -763,7 +763,7 @@ static void OggGetSkeletonFisbone( uint8_t **pp_buffer, long *pi_size, break; default: psz_value = "application/octet-stream"; - msg_Warn( p_mux, "Unkown fourcc for stream %s, setting Content-Type to %s", + msg_Warn( p_mux, "Unknown fourcc for stream %s, setting Content-Type to %s", vlc_fourcc_GetDescription( p_stream->i_cat, p_stream->i_fourcc ), psz_value ); } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
