avformat/flvdec: give live_flvdec a separate name

This should fix a infinite loop on freebsd

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-06-21 20:27:45 +02:00
parent e3fd263f0b
commit dc5972f886

View File

@ -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,