X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fidroqdec.c;h=d832e354a3fff80cbf5f8b8fff465a38a8f270b8;hb=bc426827492f6c741608af37e2eaab6c8072815d;hp=ab3ef9664776e0eed34697452c42f5690ffe63a0;hpb=b536e2facfa0872adeb6aaae4189f9b90d907e36;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,