Skip to content

Draft: vlc_variables: add helpers to read a FourCC variable

Steve Lhomme requested to merge robUx4/vlc:codec_fcc_api into master

This avoids a lot of boilerplate code and string copying.

  • move an enum in vlc_config_cat

A proper type that can define a variable as a fourcc would be better, but it's trickier than expected.

Merge request reports