FreeBSD Bugzilla – Attachment 83346 Details for
Bug 119065
Fix bt848 regression in multimedia/mplayer and mencoder
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.22 KB, created by
Thomas E. Zander
on 2007-12-27 15:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thomas E. Zander
Created:
2007-12-27 15:40:01 UTC
Size:
1.22 KB
patch
obsolete
>diff -ruN /usr/ports/multimedia/mplayer/files/patch-stream-tvi_bsdbt848.c mplayer/files/patch-stream-tvi_bsdbt848.c >--- /usr/ports/multimedia/mplayer/files/patch-stream-tvi_bsdbt848.c 2007-12-16 13:05:17.000000000 +0800 >+++ mplayer/files/patch-stream-tvi_bsdbt848.c 2007-12-27 23:29:30.000000000 +0800 >@@ -1,5 +1,5 @@ >---- stream/tvi_bsdbt848.c.orig 2007-10-08 03:49:26.000000000 +0800 >-+++ stream/tvi_bsdbt848.c 2007-11-11 15:24:05.000000000 +0800 >+--- stream/tvi_bsdbt848.c.orig 2007-10-07 21:49:26.000000000 +0200 >++++ stream/tvi_bsdbt848.c 2007-12-26 12:28:21.000000000 +0100 > @@ -26,6 +26,7 @@ > #define NTSC_HEIGHT 480 > #define NTSC_FPS 29.97 >@@ -62,16 +62,18 @@ > { > mp_msg(MSGT_TV, MSGL_ERR, MSGTR_TV_Bt848IoctlFailed, "METEORSFMT", strerror(errno)); > return(TVI_CONTROL_FALSE); >-@@ -532,7 +552,7 @@ >+@@ -531,8 +551,9 @@ >+ /* Video Configuration */ > > priv->videoready = TRUE; >++priv->btdev = strdup("/dev/bktr0"); > priv->immediatemode = FALSE; > -priv->iformat = METEOR_FMT_PAL; > +priv->iformat = BT848_IFORM_F_PALBDGHI; > priv->maxheight = PAL_HEIGHT; > priv->maxwidth = PAL_WIDTH; > priv->maxfps = PAL_FPS; >-@@ -557,7 +577,7 @@ >+@@ -557,7 +578,7 @@ > } > > if(priv->videoready == TRUE &&
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 119065
: 83346