X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmtv.c;h=37719caacfc5bd73bd54394c86ee0287a5c8a249;hb=bc426827492f6c741608af37e2eaab6c8072815d;hp=30c8ed791118573c78c158f1896d59ee0ddfd2da;hpb=349c62410ba92b9513d4a31ec69cbf3ef5240555;p=ffmpeg diff --git a/libavformat/mtv.c b/libavformat/mtv.c index 30c8ed79111..37719caacfc 100644 --- a/libavformat/mtv.c +++ b/libavformat/mtv.c @@ -195,7 +195,7 @@ static int mtv_read_packet(AVFormatContext *s, AVPacket *pkt) AVInputFormat ff_mtv_demuxer = { .name = "mtv", - .long_name = NULL_IF_CONFIG_SMALL("MTV format"), + .long_name = NULL_IF_CONFIG_SMALL("MTV"), .priv_data_size = sizeof(MTVDemuxContext), .read_probe = mtv_probe, .read_header = mtv_read_header,