Add info about audio names to readme file
This commit is contained in:
@@ -356,6 +356,8 @@ static const AVCodec* find_h264_encoder(gpu_vendor vendor) {
|
||||
return checked_success ? codec : nullptr;
|
||||
}
|
||||
|
||||
// TODO: Disable under intel/amd?
|
||||
|
||||
static const AVCodec* find_h265_encoder(gpu_vendor vendor) {
|
||||
const AVCodec *codec = avcodec_find_encoder_by_name(vendor == GPU_VENDOR_NVIDIA ? "hevc_nvenc" : "hevc_vaapi");
|
||||
if(!codec)
|
||||
|
||||
@@ -121,4 +121,4 @@ int window_texture_on_resize(WindowTexture *self) {
|
||||
|
||||
unsigned int window_texture_get_opengl_texture_id(WindowTexture *self) {
|
||||
return self->texture_id;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user