Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 168422 Details for
Bug 242000
app-cdr/k3b-1.0.5-r3 fails to build against ffmpeg 0.4.9_p20081014
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix
lavc.patch (text/plain), 1.02 KB, created by
Alexis Ballier
on 2008-10-14 13:23:52 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Alexis Ballier
Created:
2008-10-14 13:23:52 UTC
Size:
1.02 KB
patch
obsolete
>Index: k3b-1.0.5/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp >=================================================================== >--- k3b-1.0.5.orig/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp >+++ k3b-1.0.5/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp >@@ -194,7 +194,7 @@ QString K3bFFMpegFile::typeComment() con > return i18n("Windows Media v1"); > case CODEC_ID_WMAV2: > return i18n("Windows Media v2"); >- case CODEC_ID_MP3LAME: >+ case CODEC_ID_MP3: > return i18n("MPEG 1 Layer III"); > case CODEC_ID_AAC: > return i18n("Advanced Audio Coding (AAC)"); >@@ -290,7 +290,8 @@ int K3bFFMpegFile::fillOutputBuffer() > #ifdef FFMPEG_BUILD_PRE_4629 > int len = avcodec_decode_audio( &d->formatContext->streams[0]->codec, > #else >- int len = avcodec_decode_audio( d->formatContext->streams[0]->codec, >+ d->outputBufferSize = AVCODEC_MAX_AUDIO_FRAME_SIZE; >+ int len = avcodec_decode_audio2( d->formatContext->streams[0]->codec, > #endif > (short*)d->outputBuffer, &d->outputBufferSize, > d->packetData, d->packetSize );
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 242000
: 168422