X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fx264_encoder.h;fp=nageru%2Fx264_encoder.h;h=3aeca64a6ca92a4efb0aed021dea22b5c5847a3f;hb=bdc9f1ea04141e71906d486f9d254c3346835e72;hp=9995c3f370452ba300b97d34e952f5c60f514a51;hpb=6d7e33f5d48c4c0a7c5a163d4a16d564e43f6c43;p=nageru diff --git a/nageru/x264_encoder.h b/nageru/x264_encoder.h index 9995c3f..3aeca64 100644 --- a/nageru/x264_encoder.h +++ b/nageru/x264_encoder.h @@ -42,7 +42,7 @@ class X264SpeedControl; class X264Encoder { public: - X264Encoder(AVOutputFormat *oformat, bool use_separate_disk_params); // Does not take ownership. + X264Encoder(const AVOutputFormat *oformat, bool use_separate_disk_params); // Does not take ownership. // Called after the last frame. Will block; once this returns, // the last data is flushed.