aboutsummaryrefslogtreecommitdiff
path: root/include/codec_query/vaapi.h
blob: 60bdecaae926631cbf061bcfc194f6414fd23e85 (plain)
1
2
3
4
5
6
7
8
#ifndef GSR_CODEC_QUERY_VAAPI_H
#define GSR_CODEC_QUERY_VAAPI_H

#include "codec_query.h"

bool gsr_get_supported_video_codecs_vaapi(gsr_supported_video_codecs *video_codecs, const char *card_path, bool cleanup);

#endif /* GSR_CODEC_QUERY_VAAPI_H */