Modify

Ticket #7677 (closed patch: fixed)

You must read the TicketHowTo before creating a new ticket or commenting on an existing ticket.

Opened 2 years ago

Last modified 2 years ago

SECAM-DK

Reported by: inform@… Owned by: ijr
Priority: minor Milestone: 0.23
Component: MythTV - General Version: 0.22-fixes
Severity: medium Keywords: SECAM
Cc: Ticket locked: no

Description

SECAM-DK is supported in MythTV, but cannot select in Channelsetting menu.

This patch enabled it function:

* libs/libmythtv/channelsettings.cpp 2009-11-29 16:51:43.000000000 +0300 --- libs/libmythtv/channelsettings.cpp.orig 2009-11-29 16:44:07.000000000 +0300 * * 148,153 --- 148,154 ----

list.push_back("PAL-NC"); list.push_back("SECAM"); list.push_back("SECAM-D");

+ list.push_back("SECAM-DK");

return list;

}

* libs/libmythtv/v4lchannel.cpp 2009-11-29 16:47:12.000000000 +0300 --- libs/libmythtv/v4lchannel.cpp.orig 2009-11-29 16:50:06.000000000 +0300 * * 125,130 --- 125,132 ----

return V4L2_STD_SECAM;

else if (fmt == "SECAM-D")

return V4L2_STD_SECAM_D;

+ else if (fmt == "SECAM-DK") + return V4L2_STD_SECAM_DK;

else if (fmt == "PAL-NC")

return V4L2_STD_PAL_Nc;

else if (fmt == "PAL-M")

Attachments

secam-dk.patch Download (856 bytes) - added by anonymous 2 years ago.

Change History

Changed 2 years ago by anonymous

comment:1 Changed 2 years ago by inform@…

Maybe it will add in trunk version?

comment:2 Changed 2 years ago by stuarta

  • Milestone changed from unknown to 0.23

comment:3 Changed 2 years ago by robertm

  • Status changed from new to closed
  • Resolution set to fixed

(In [23695]) Fixes #7677. Add SECAM-DK option to list of v4l TV formats.

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.