Skip to content

Commit

Permalink
Initialize xv_need_bobdeint_repaint in ctor
Browse files Browse the repository at this point in the history
Commit c2b1683
added the xv_need_bobdeint_repaint member variable
but did not add it to the ctor.

Fixes Coverity 700920

Fixes #11673

Signed-off-by: Paul Harrison <pharrison@mythtv.org>
  • Loading branch information
garybuhrmaster authored and Paul Harrison committed Jul 13, 2013
1 parent 28020a1 commit afed984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/videoout_xv.cpp
Expand Up @@ -147,6 +147,7 @@ VideoOutputXv::VideoOutputXv()
xv_port(-1), xv_hue_base(0),
xv_colorkey(0), xv_draw_colorkey(false),
xv_chroma(0), xv_set_defaults(false),
xv_need_bobdeint_repaint(false),
xv_use_picture_controls(true),

chroma_osd(NULL)
Expand Down

0 comments on commit afed984

Please sign in to comment.