]> git.sesse.net Git - casparcg/blobdiff - modules/ffmpeg/producer/audio/audio_decoder.h
2.0. audio: Audio pipeline is now in 32 bit.
[casparcg] / modules / ffmpeg / producer / audio / audio_decoder.h
index 2ef82eaabe339a55049b879fb97ee6dcabe0d296..8ad020697692e4d2b5090b18f03701306c9e34b7 100644 (file)
@@ -43,7 +43,7 @@ public:
        \r
        void push(const std::shared_ptr<AVPacket>& packet);\r
        bool ready() const;\r
-       std::vector<std::shared_ptr<std::vector<int16_t>>> poll();\r
+       std::vector<std::shared_ptr<std::vector<int32_t>>> poll();\r
 \r
        int64_t nb_frames() const;\r
 \r