Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29355 Details for
Bug 46890
media-tv/xawdecode-1.9.0: compilation error in file divx.c
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/xawdecode-1.9.0--ffmpeg-cvs.patch
xawdecode-1.9.0--ffmpeg-cvs.patch (text/plain), 808 bytes, created by
TGL
on 2004-04-15 11:16:40 UTC
(
hide
)
Description:
files/xawdecode-1.9.0--ffmpeg-cvs.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2004-04-15 11:16:40 UTC
Size:
808 bytes
patch
obsolete
>diff -u -r1.85 -r1.88 >--- xawdecode/xawdecode/src/divx.c 2004/04/14 12:21:57 1.85 >+++ xawdecode/xawdecode/src/divx.c 2004/04/14 21:38:34 1.88 >@@ -1001,7 +1001,16 @@ > if(lavc_param_normalize_aqp) codec_context->flags|= CODEC_FLAG_NORMALIZE_AQP; > if(lavc_param_interlaced_dct) codec_context->flags|= CODEC_FLAG_INTERLACED_DCT; > */ >- codec_context->me_method = Motion_Est_QTab[divx.quality]; >+ >+ /* >+ * 0 none (very low quality) >+ 1 full (slow) >+ 2 log (low quality) >+ 3 phods (low quality) >+ 4 EPZS (default) >+ 5 X1 (experimental) >+ */ >+ codec_context->me_method = ME_ZERO+ divx.quality; > > /* fixed qscale :p */ > /*
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 46890
: 29355 |
35967
|
35969