]> git.sesse.net Git - nageru/commitdiff
Correct a comment.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 27 Feb 2017 22:06:30 +0000 (23:06 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 27 Feb 2017 22:06:30 +0000 (23:06 +0100)
quicksync_encoder.h

index 9e1e9f944fabecb9c6c4173ae954dfd2360c570c..ab66d65a6280cc593320edb013733085b3595365 100644 (file)
@@ -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);