crosvm/media
Tatsuyuki Ishi 5924952188 media: ffmpeg: Fix doctest failure.
Fixes the following failure:

error[E0659]: `ffmpeg` is ambiguous
  --> crosvm/media/ffmpeg/src/lib.rs:11:5
   |
11 | use ffmpeg as ffi;
   |     ^^^^^^ ambiguous name
   |
   = note: ambiguous because of multiple potential import sources
   = note: `ffmpeg` could refer to a crate passed with `--extern`
   = help: use `::ffmpeg` to refer to this crate unambiguously
note: `ffmpeg` could also refer to the module defined here
  --> crosvm/media/ffmpeg/src/lib.rs:10:1
   |
10 | mod ffmpeg;
   | ^^^^^^^^^^^
   = help: use `crate::ffmpeg` to refer to this module unambiguously

BUG=None
TEST=cargo test -p ffmpeg

Change-Id: I6665bec21336c78cd773593cd0310e996a345e1d
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3924262
Reviewed-by: Alexandre Courbot <acourbot@chromium.org>
2022-09-29 04:13:01 +00:00
..
ffmpeg media: ffmpeg: Fix doctest failure. 2022-09-29 04:13:01 +00:00
libva media: libva: Also export VASurfaceID 2022-09-21 03:03:57 +00:00
libvda health-check: enforce blank line after copyright 2022-09-13 22:24:35 +00:00
vp8 Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00