FreeBSD Bugzilla – Attachment 81702 Details for
Bug 116972
audio/Amarok broken due to newer version of mpeg4ip-libmp4v2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 570 bytes, created by
Armin Pirkovitsch
on 2007-10-06 10:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Armin Pirkovitsch
Created:
2007-10-06 10:30:02 UTC
Size:
570 bytes
patch
obsolete
>--- amarok/src/metadata/mp4/mp4file.cpp.orig 2007-08-07 19:48:28.000000000 +0200 >+++ amarok/src/metadata/mp4/mp4file.cpp 2007-10-06 11:43:10.000000000 +0200 >@@ -27,9 +27,8 @@ > > #include "mp4tag.h" > #include <tfile.h> >-#include <audioproperties.h> > >-#include <stdint.h> >+#include <inttypes.h> > > #define MP4V2_HAS_WRITE_BUG 1 > >@@ -156,10 +155,8 @@ > } > #endif > >- if(!MP4Close(handle)) >- { >- fprintf(stderr, "close failed\n"); >- } >+ MP4Close(handle); >+ handle=NULL; > > mp4file = MP4Read(name()); > if(mp4file == MP4_INVALID_FILE_HANDLE)
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 116972
: 81702