Handle multiple audio streams in a single piece of content
[dcpomatic.git] / src / lib / decoder.h
index 0703a542686933e3065f3b3cd5a343498ef0cebd..acc77a814920630582c74678aee72c12ef858c13 100644 (file)
@@ -41,7 +41,8 @@ public:
        virtual ~Decoder () {}
 
 protected:     
-
+       friend class AudioDecoderStream;
+       
        /** Seek so that the next pass() will yield the next thing
         *  (video/sound frame, subtitle etc.) at or after the requested
         *  time.  Pass accurate = true to try harder to ensure that, at worst,