X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_viewer.h;h=2373af122bb387ccffc289111442c416fab0f470;hb=3c29aa6531a4046a8db72dcac81189eb8893233c;hp=0291b660fa403ea0e57359dc286216d5143be7f0;hpb=cfbe9d2f44e380efed7a61b5b5c7a2fec7794915;p=dcpomatic.git diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index 0291b660f..2373af122 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -25,27 +25,27 @@ #include "video_view.h" -#include "lib/film.h" #include "lib/config.h" +#include "lib/film.h" #include "lib/player_text.h" -#include "lib/timer.h" #include "lib/signaller.h" -#include "lib/warnings.h" +#include "lib/timer.h" +#include +LIBDCP_DISABLE_WARNINGS #include -DCPOMATIC_DISABLE_WARNINGS #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS #include -class wxToggleButton; +class Butler; +class ClosedCaptionsDialog; class FFmpegPlayer; class Image; -class RGBPlusAlphaImage; -class PlayerVideo; class Player; -class Butler; -class ClosedCaptionsDialog; +class PlayerVideo; +class RGBPlusAlphaImage; +class wxToggleButton; /** @class FilmViewer @@ -161,6 +161,7 @@ private: void config_changed (Config::Property); void film_length_change (); void ui_finished (); + void start_audio_stream_if_open (); dcpomatic::DCPTime uncorrected_time () const; Frame average_latency () const;