MythTV master
mpegutils.h
Go to the documentation of this file.
1#ifndef MPEG_UTILS_H
2#define MPEG_UTILS_H
3
4#include "mythutil.h"
5
6void registerMPEGUtils(UtilMap &utilMap);
7
8#endif // MPEG_UTILS_H
void registerMPEGUtils(UtilMap &utilMap)
Definition: mpegutils.cpp:844
QMap< QString, UtilFunc > UtilMap
Definition: mythutil.h:15