X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fidroqdec.c;h=d832e354a3fff80cbf5f8b8fff465a38a8f270b8;hb=231ffb9243e5286b7c3d5806fa8f3142c72bfe15;hp=ab3ef9664776e0eed34697452c42f5690ffe63a0;hpb=39afcf1d7eba8f2f3d59c973aa57df714e679629;p=ffmpeg diff --git a/libavformat/idroqdec.c b/libavformat/idroqdec.c index ab3ef966477..d832e354a3f 100644 --- a/libavformat/idroqdec.c +++ b/libavformat/idroqdec.c @@ -221,7 +221,7 @@ static int roq_read_packet(AVFormatContext *s, AVInputFormat ff_roq_demuxer = { .name = "roq", - .long_name = NULL_IF_CONFIG_SMALL("id RoQ format"), + .long_name = NULL_IF_CONFIG_SMALL("id RoQ"), .priv_data_size = sizeof(RoqDemuxContext), .read_probe = roq_probe, .read_header = roq_read_header,