]> git.sesse.net Git - nageru/commitdiff
Fix an outdated comment.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 28 May 2017 13:50:23 +0000 (15:50 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 28 May 2017 14:12:21 +0000 (16:12 +0200)
ffmpeg_capture.h

index e20f24cb5f6fdd965ac19eb5826c8b6085f6f035..01426102f501efb20879a712c6211be0646e5c9e 100644 (file)
 // 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.