Skip to content

Commit

Permalink
Rework ownership of RingBuffer and MythPlayer in transcode
Browse files Browse the repository at this point in the history
Refs #10616

Signed-off-by: Gavin Hurlbut <ghurlbut@mythtv.org>
  • Loading branch information
daniel-kristjansson authored and Beirdo committed Jun 14, 2012
1 parent 44e64a3 commit 4a3581d
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 104 deletions.
3 changes: 1 addition & 2 deletions mythtv/libs/libmythtv/playercontext.h
Expand Up @@ -46,9 +46,8 @@ typedef enum
typedef deque<QString> StringDeque;
typedef QHash<QString,QString> InfoMap;

class MTV_PUBLIC PlayerContext : public QObject
class MTV_PUBLIC PlayerContext
{
Q_OBJECT
public:
PlayerContext(const QString &inUseID = QString("Unknown"));
~PlayerContext();
Expand Down

0 comments on commit 4a3581d

Please sign in to comment.