From 892760d7067fd93ae7a86340ee131e201932ff0c Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 28 May 2017 15:50:23 +0200 Subject: [PATCH] Fix an outdated comment. --- ffmpeg_capture.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ffmpeg_capture.h b/ffmpeg_capture.h index e20f24c..0142610 100644 --- a/ffmpeg_capture.h +++ b/ffmpeg_capture.h @@ -12,10 +12,9 @@ // Since we don't really know much about the video when building the chains, // there are some limitations. In particular, frames are always assumed to be // sRGB even if the video container says something else. We could probably -// try to load the video on startup and pick out the parameters at that point -// (which would probably also allow us to send Y'CbCr video through without -// CPU conversion), but it would require some more plumbing, and it would also -// fail if the file changes parameters midway, which is allowed in some formats. +// try to load the video on startup and pick out the parameters at that point, +// but it would require some more plumbing, and it would also fail if the file +// changes parameters midway, which is allowed in some formats. // // There is currently no audio support. -- 2.39.2