X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg_capture.h;fp=ffmpeg_capture.h;h=82ccfaf5a97aa810cbedab56c4690b2d1ff0f868;hb=a315ebb10446bc372016bc0e9cd29d1aa3696eaa;hp=05e92e21fec5bfecd75fdcfddeee1ea7365a7c86;hpb=462a51c2379c2ab3237d6b80e23028b4fcddc3f3;p=nageru diff --git a/ffmpeg_capture.h b/ffmpeg_capture.h index 05e92e2..82ccfaf 100644 --- a/ffmpeg_capture.h +++ b/ffmpeg_capture.h @@ -6,7 +6,7 @@ // FFmpeg (thus the name), this means it can handle a very wide array of video // formats, and also things like network streaming and V4L capture, but it is // also significantly less integrated and optimized than the regular capture -// cards. In particular, the frames are always scaled and converted to 8-bit +// cards. In particular, the frames are always scaled and converted to 8-bit // RGBA on the CPU before being sent on to the GPU. // // Since we don't really know much about the video when building the chains,