Commit 7d19a363 authored by Tristan Matthews's avatar Tristan Matthews Committed by Jean-Baptiste Kempf

mux: ogg: fix typo

(cherry picked from commit e5a98bffa578fbf24220e7a4ac8dcd4523b79dec)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2d919681
......@@ -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 );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment