Skip to content

Commit

Permalink
Change visibility of SPDIFEncoder class
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed Dec 14, 2010
1 parent 778c904 commit d8810c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mythtv/libs/libmyth/spdifencoder.h
Expand Up @@ -3,13 +3,15 @@

#include <QString>

#include "output.h"

extern "C" {
#include "libavcodec/avcodec.h"
#include "libavformat/avformat.h"
#include "libavcodec/audioconvert.h"
}

class SPDIFEncoder
class MPUBLIC SPDIFEncoder
{

public:
Expand Down

0 comments on commit d8810c8

Please sign in to comment.