Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 278587 Details for
Bug 373423
media-sound/mpd-0.16.3 dies horribly while scanning with recent ffmpeg
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
the patch
mpd-0.16.3_ffmpeg_sigsegv.patch (text/plain), 800 bytes, created by
Mike MacDonald
on 2011-06-29 02:02:54 UTC
(
hide
)
Description:
the patch
Filename:
MIME Type:
Creator:
Mike MacDonald
Created:
2011-06-29 02:02:54 UTC
Size:
800 bytes
patch
obsolete
>diff -ur mpd-0.16.3.orig/src/decoder/ffmpeg_decoder_plugin.c mpd-0.16.3/src/decoder/ffmpeg_decoder_plugin.c >--- mpd-0.16.3.orig/src/decoder/ffmpeg_decoder_plugin.c 2011-06-04 17:36:33.000000000 +0300 >+++ mpd-0.16.3/src/decoder/ffmpeg_decoder_plugin.c 2011-06-24 18:18:51.840218251 +0300 >@@ -321,7 +321,7 @@ > } > > //ffmpeg works with ours "fileops" helper >- AVFormatContext *format_context; >+ AVFormatContext *format_context = NULL; > if (av_open_input_stream(&format_context, stream->io, input->uri, > input_format, NULL) != 0) { > g_warning("Open failed\n"); >@@ -470,7 +470,7 @@ > if (stream == NULL) > return NULL; > >- AVFormatContext *f; >+ AVFormatContext *f = NULL; > if (av_open_input_stream(&f, stream->io, is->uri, > input_format, NULL) != 0) { > mpd_ffmpeg_stream_close(stream);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 373423
:
278585
| 278587