This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avformat/flvdec: give live_flvdec a separate name
This should fix a infinite loop on freebsd Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer
11 years ago
parent
e3fd263f0b
commit
dc5972f886
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/flvdec.c
+ 1
- 1
libavformat/flvdec.c
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,
Write
Preview
Loading…
Cancel
Save