mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-27 18:48:14 +02:00
Add a check to vaDeriveImage to see if a non-interlaced buffer was
created successfully. Otherwise, return an error, since we won't be able
to derive an image from the interlaced buffer.
Prevents a null pointer dereference from occuring on some nVidia cards,
reported by Alexander Kapshuk.
v2: Check for PIPE_VIDEO_CAP_SUPPORTS_PROGRESSIVE support (Ilia)
Fixes:
|
||
|---|---|---|
| .. | ||
| buffer.c | ||
| config.c | ||
| context.c | ||
| display.c | ||
| image.c | ||
| Makefile.sources | ||
| meson.build | ||
| picture.c | ||
| picture_h264.c | ||
| picture_h264_enc.c | ||
| picture_hevc.c | ||
| picture_hevc_enc.c | ||
| picture_mjpeg.c | ||
| picture_mpeg4.c | ||
| picture_mpeg12.c | ||
| picture_vc1.c | ||
| picture_vp9.c | ||
| postproc.c | ||
| subpicture.c | ||
| surface.c | ||
| va_private.h | ||