X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fffmpeg_capture.h;h=122bf86726ba4cb6d73a70a0ca81166d6e7d7431;hb=a0e57ec99e9dfdd7e79bcf21e8c996dc43b6cb49;hp=1fcd82b10d9182ad6e57f63ad53e714f5900623b;hpb=22d74c9f49f8602fd33c499a575a3fa605f43dee;p=nageru diff --git a/nageru/ffmpeg_capture.h b/nageru/ffmpeg_capture.h index 1fcd82b..122bf86 100644 --- a/nageru/ffmpeg_capture.h +++ b/nageru/ffmpeg_capture.h @@ -24,7 +24,12 @@ // see the subtitle until the next frame. #include +#include #include +#include + +#include +#include #include #include #include @@ -32,12 +37,15 @@ #include #include #include +#include #include #include extern "C" { +#include #include +#include #include #include #include @@ -330,7 +338,7 @@ private: // Audio resampler. SwrContext *resampler = nullptr; AVSampleFormat last_src_format, last_dst_format; - int64_t last_channel_layout; + AVChannelLayout last_channel_layout; int last_sample_rate; // Subtitles (no decoding done, really).