]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ffmenc.c
mp3enc: fix playback with mp3 encoded files on some devices.
[ffmpeg] / libavformat / ffmenc.c
index 7378808567a52abbeaff2761f1d4e087117fe42f..cd4ee613267572c5137204f87febf7bfb37ff39b 100644 (file)
@@ -244,7 +244,6 @@ static int ffm_write_trailer(AVFormatContext *s)
 AVOutputFormat ff_ffm_muxer = {
     .name              = "ffm",
     .long_name         = NULL_IF_CONFIG_SMALL("FFM (FFserver live feed) format"),
-    .mime_type         = "",
     .extensions        = "ffm",
     .priv_data_size    = sizeof(FFMContext),
     .audio_codec       = CODEC_ID_MP2,