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
lavd:pulse_audio_enc: fix array compared against 0
fixes CID 1113222 Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
tags/n2.1
Lukasz Marek
11 years ago
parent
e5b3b75669
commit
4fb3aa491b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavdevice/pulse_audio_enc.c
+ 1
- 1
libavdevice/pulse_audio_enc.c
View File
@@ -62,7 +62,7 @@ static av_cold int pulse_write_header(AVFormatContext *h)
}
if (!stream_name) {
if (h->filename)
if (h->filename
[0]
)
stream_name = h->filename;
else
stream_name = "Playback";
Write
Preview
Loading…
Cancel
Save