X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fffmenc.c;h=cd4ee613267572c5137204f87febf7bfb37ff39b;hb=e1a8164d62fb8d1943b3f7a66500f0315ca8fe76;hp=7378808567a52abbeaff2761f1d4e087117fe42f;hpb=d1c28e35300130f0ee28a3e5bbeb2cea403fad57;p=ffmpeg diff --git a/libavformat/ffmenc.c b/libavformat/ffmenc.c index 7378808567a..cd4ee613267 100644 --- a/libavformat/ffmenc.c +++ b/libavformat/ffmenc.c @@ -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,