From: Steinar H. Gunderson Date: Mon, 27 Feb 2017 22:06:30 +0000 (+0100) Subject: Correct a comment. X-Git-Tag: 1.5.0~19 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a59184c5ad3126b439e11cf238c702680909b023;p=nageru Correct a comment. --- diff --git a/quicksync_encoder.h b/quicksync_encoder.h index 9e1e9f9..ab66d65 100644 --- a/quicksync_encoder.h +++ b/quicksync_encoder.h @@ -51,8 +51,8 @@ class ResourcePool; } // namespace movit // This is just a pimpl, because including anything X11-related in a .h file -// tends to trip up Qt. All the real logic is in QuickSyncEncoderImpl, defined in the -// .cpp file. +// tends to trip up Qt. All the real logic is in QuickSyncEncoderImpl, +// defined in quicksync_encoder_impl.h. class QuickSyncEncoder { public: QuickSyncEncoder(const std::string &filename, movit::ResourcePool *resource_pool, QSurface *surface, const std::string &va_display, int width, int height, AVOutputFormat *oformat, X264Encoder *x264_encoder, DiskSpaceEstimator *disk_space_estimator);