Ticket #2212: mhi.h.diff
| File mhi.h.diff, 558 bytes (added by , 20 years ago) |
|---|
-
mhi.h
19 19 #include <qptrqueue.h> 20 20 21 21 // MythTV headers 22 #include "../libavcodec/avcodec.h" // to decode single MPEG I-frames23 22 #include "../libmythfreemheg/freemheg.h" 24 23 #include "interactivetv.h" 25 24 #include "mhi.h" … … 29 28 #include "mythdbcon.h" 30 29 #include "NuppelVideoPlayer.h" 31 30 31 #include "../libavcodec/avcodec.h" // to decode single MPEG I-frames 32 32 33 class OSDSet; 33 34 class DSMCCPacket; 34 35 class MHIImageData;
