X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Futil.h;h=db6c37fe11fa5a423e0cb47eb61c0cd6aa47b3f0;hb=10da8c6ef355d86cb3c0859f264d7d649dce4619;hp=4e6e50dd7b32b8a513802a3ceb486bde84b55b82;hpb=1460bda6f80b6529e31a1a63029dc0ec5f7d0ae8;p=dcpomatic.git diff --git a/src/lib/util.h b/src/lib/util.h index 4e6e50dd7..db6c37fe1 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -83,5 +83,6 @@ extern std::string video_asset_filename (boost::shared_ptr as extern std::string audio_asset_filename (boost::shared_ptr asset, int reel_index, int reel_count, boost::optional content_summary); extern float relaxed_string_to_float (std::string); extern std::string careful_string_filter (std::string); +extern std::pair audio_channel_types (std::list mapped, int channels); #endif