FreeBSD Bugzilla – Attachment 118138 Details for
Bug 160315
multimedia/mlt: kdenlive crashes on 2 pass VOB rendering
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 856 bytes, created by
Ed Johnstone
on 2011-08-30 16:10:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ed Johnstone
Created:
2011-08-30 16:10:10 UTC
Size:
856 bytes
patch
obsolete
>diff --git a/src/modules/avformat/consumer_avformat.c b/src/modules/avformat/consumer_avformat.c >index 179815c..5741d5c 100644 >--- a/src/modules/avformat/consumer_avformat.c >+++ b/src/modules/avformat/consumer_avformat.c >@@ -851,7 +851,6 @@ static AVStream *add_video_stream( mlt_consumer consumer, AVFormatContext *oc, A > fclose( f ); > logbuffer[size] = '\0'; > c->stats_in = logbuffer; >- mlt_properties_set_data( properties, "_logbuffer", logbuffer, 0, ( mlt_destructor )av_free, NULL ); > } > } > } >@@ -951,6 +950,7 @@ void close_video(AVFormatContext *oc, AVStream *st) > if ( st && st->codec ) > { > avformat_lock(); >+ av_freep( &st->codec->stats_in ); > avcodec_close(st->codec); > avformat_unlock(); > }
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 160315
: 118138