android_external_ffmpeg/.vscode/settings.json
dvab-sarma 7d711563ab Downgrading ffmpeg to 7.1
this version of ffmpeg has patches related to v4l2-requests which enable hw decoding for Rockchip SoCs
2025-11-28 19:36:41 -06:00

11 lines
No EOL
241 B
JSON

{
"files.associations": {
"avassert.h": "c",
"hwcontext.h": "c",
"timer.h": "c",
"config.h": "c",
"decode.h": "c",
"config_components.h": "c",
"hwcontext_v4l2request.h": "c"
}
}