summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-29/mythtv/addDamagedToProgDetails.patch
blob: 828ad1bb77aa108182aee05969d7137510f3c03d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/mythtv/programs/mythfrontend/progdetails.cpp.orig	2016-10-11 14:28:56.564443942 +0000
+++ src/mythtv/programs/mythfrontend/progdetails.cpp	2016-10-11 14:14:59.394161898 +0000
@@ -323,6 +323,8 @@
         attr += tr("720p Resolution") + ", ";
     if  (videoprop & VID_1080)
         attr += tr("1080i/p Resolution") + ", ";
+    if  (videoprop & VID_DAMAGED)
+        attr += tr("Damaged") + ", ";
 
     if (subtype & SUB_HARDHEAR)
         attr += tr("CC","Closed Captioned") + ", ";