Commit dc5972f8 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/flvdec: give live_flvdec a separate name

This should fix a infinite loop on freebsd
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e3fd263f
...@@ -1065,7 +1065,7 @@ AVInputFormat ff_flv_demuxer = { ...@@ -1065,7 +1065,7 @@ AVInputFormat ff_flv_demuxer = {
}; };
static const AVClass live_flv_class = { static const AVClass live_flv_class = {
.class_name = "flvdec", .class_name = "live_flvdec",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment