android_external_ffmpeg/libavdevice/outdev_list.c
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

3 lines
90 B
C

static const FFOutputFormat * const outdev_list[] = {
&ff_vout_drm_muxer,
NULL };