Index: mythtv/libs/libmythtv/recorderbase.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/recorderbase.cpp,v
retrieving revision 1.11
diff -r1.11 recorderbase.cpp
69c69,78
<         if (value.lower() == "ntsc" || value.lower() == "ntsc-jp")
---
>       /* Here we set the TV format values.  ATSC isn't really NTSC,
> 	 but users who chose ATSC are far more likely to be using 
> 	 a mix of ATSC and NTSC than a mix of ATSC and PAL or SECAM.
> 	 The framerate values do not really matter for cards which
> 	 return MPEG streams, so setting it this way will not affect
> 	 ATSC cards unless an HD analog capture card comes to market
> 	 and we support it, in which case this will need to be rewritten */
> 
>         if (value.lower() == "ntsc" || value.lower() == "ntsc-jp" ||
> 	    value.lower() == "atsc")
81c90
<         else
---
>         else /* All other PAL and SECAM */
