]> git.sesse.net Git - nageru/commit
Give in the right VAAPI context when encoding MJPEG.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 15 May 2020 17:52:56 +0000 (19:52 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 15 May 2020 17:57:55 +0000 (19:57 +0200)
commite550c3bc3d26c2cc24abb2feb96264a50377a635
tree171f8f0f99d66e01c0e84d56d434274223bbbde8
parentc9af508251685ef34a1d2cf42330ae6795dd91eb
Give in the right VAAPI context when encoding MJPEG.

The context ID was typoed, and we used the config ID instead.
This seemingly worked with the older Intel drivers (they didn't care
about the context ID), but not with the newer ones.
nageru/mjpeg_encoder.cpp