[FFmpeg-cvslog] avformat/flvdec: give live_flvdec a separate name
Michael Niedermayer
git at videolan.org
Sat Jun 21 20:38:47 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Jun 21 20:27:45 2014 +0200| [dc5972f88601280a27cdadecc8e22e2056b28fcf] | committer: Michael Niedermayer
avformat/flvdec: give live_flvdec a separate name
This should fix a infinite loop on freebsd
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc5972f88601280a27cdadecc8e22e2056b28fcf
---
libavformat/flvdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c
index cc40a53..899a036 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,
More information about the ffmpeg-cvslog
mailing list