[][src]Module ffmpeg_dev::api

Experimental, alternative FFI bindings.

Experimenting with semi manual API bindings here, since it seems as though ffmpeg_dev::sys is too big for RLS. Or rather, because RLS sometimes really, really, really sucks.

Notes:

  • Be advised, exported API yet not stable. Prefer directly using symbols from the ffmpeg_dev::sys module over this one.
  • Also note that this will be be incomplete.

UPDATE:

  • Things have improved a bit since removing autogenerated layout tests from ffmpeg_dev::sys.
  • Consider this module deprecated for now.