[mythtv-users] 4:3 Zoom settings in source

Preston Crow pc-mythtv06a at crowcastle.net
Thu Apr 6 13:59:55 UTC 2006


On Wed, 2006-04-05 at 20:49 -0700, Asher wrote:
> On 4/5/06, Preston Crow <pc-mythtv06a at crowcastle.net> wrote:
> > The hack there is even easier.  In videooutbase.h, the enum type
> > letterboxModes lists the modes.  Just move the ones you don't want to
> > use after kLetterbox_END (and patch up the commas), and it will skip
> > over them.
> 
> Actually there is some stuff in tv_play.cpp and videooutbase.cpp I had
> to comment out too, hopefully it will compile cleanly now and work

Nope, no need to change anything but videooutbase.h.  You don't remove
the unwanted modes, just move them after kLetterbox_END.  That way the
code that considers them in switch statements still works, but it will
never select them when cycling through the modes, as it hits the end
first.



More information about the mythtv-users mailing list