From dc5972f88601280a27cdadecc8e22e2056b28fcf Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 21 Jun 2014 20:27:45 +0200 Subject: [PATCH] avformat/flvdec: give live_flvdec a separate name This should fix a infinite loop on freebsd Signed-off-by: Michael Niedermayer --- libavformat/flvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c index cc40a53ba8..899a0368f4 100644 --- a/libavformat/flvdec.c +++ b/libavformat/flvdec.c @@ -1065,7 +1065,7 @@ AVInputFormat ff_flv_demuxer = { }; static const AVClass live_flv_class = { - .class_name = "flvdec", + .class_name = "live_flvdec", .item_name = av_default_item_name, .option = options, .version = LIBAVUTIL_VERSION_INT,