X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbutler.h;h=c7e71658da25889107d033147e62b16897f92f4d;hb=4f9314a311de379b105741273a15821da62a75cc;hp=529b7383d0b30a9fb84cef51302a26f6ac60cbca;hpb=0e896f9f37db001f34c876ed5fc50e874f96ae09;p=dcpomatic.git diff --git a/src/lib/butler.h b/src/lib/butler.h index 529b7383d..c7e71658d 100644 --- a/src/lib/butler.h +++ b/src/lib/butler.h @@ -78,7 +78,7 @@ public: }; std::pair, dcpomatic::DCPTime> get_video (Behaviour behaviour, Error* e = nullptr); - boost::optional get_audio (float* out, Frame frames); + boost::optional get_audio (Behaviour behaviour, float* out, Frame frames); boost::optional get_closed_caption (); void disable_audio ();