[mythtv-commits] Ticket #12308: Improve mythcommflag accuracy

MythTV noreply at mythtv.org
Mon Oct 27 14:46:36 UTC 2014


#12308: Improve mythcommflag accuracy
-----------------------------------+--------------------------
 Reporter:  faginbagin <mythtv@…>  |          Owner:  cpinkham
     Type:  Patch - Bug Fix        |         Status:  new
 Priority:  minor                  |      Milestone:  unknown
Component:  MythTV - Mythcommflag  |        Version:  0.27.4
 Severity:  medium                 |     Resolution:
 Keywords:                         |  Ticket locked:  0
-----------------------------------+--------------------------

Comment (by George Nassas <gnassas@…>):

 First off, thanks for this effort!

 I'm also seeing the build errors, the fixes are pretty simple and both in
 mythtv/mythtv/programs/mythcommflag:

 in Histogram.cpp

 #include "frame.h"

 should be:

 #include "mythframe.h"
 #include "libavutil/frame.h"

 and in ClassicLogoDetector.cpp

 #include "frame.h"

 should be:

 #include "libavutil/frame.h"

 No biggie.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12308#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list