Bug 90001 - mplayer bsdbt848 does not handle SECAM norm
Summary: mplayer bsdbt848 does not handle SECAM norm
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sam Lawrance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-05 23:30 UTC by Vladimir Kushnir
Modified: 2005-12-16 10:40 UTC (History)
0 users

See Also:


Attachments
file.diff (3.31 KB, patch)
2005-12-05 23:30 UTC, Vladimir Kushnir
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kushnir 2005-12-05 23:30:02 UTC
MPlayer (multimedia/mplayer) cannot change TV norm to SCAM but uses PAL instead

Fix: Use ioctl BT848SFMT instead:
How-To-Repeat: Run mplayer with "-v -tv norm=SECAM" or "-v -tv norm=2". It doesn't change norm and reports of 
 tv.c: norm_from_string(SECAM): Bogus norm parameter, setting PAL.
The reason: mplayer's tvi_bsdbt848.c uses ioctl METEORSFMT which doe nothing for METEOR_FMT_SECAM
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-05 23:36:53 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Thomas E. Zander 2005-12-06 07:22:28 UTC
Unfortunately I can't really verify due to lack of the necessary
hardware, but the patch looks pretty good. I think we can commit this.

Riggs
Comment 3 Sam Lawrance freebsd_committer freebsd_triage 2005-12-16 00:19:03 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 4 Sam Lawrance freebsd_committer freebsd_triage 2005-12-16 06:24:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lawrance

Grab
Comment 5 Sam Lawrance freebsd_committer freebsd_triage 2005-12-16 10:40:08 UTC
State Changed
From-To: open->closed

Committed, thanks!