update crate ref

This commit is contained in:
Vivian Lim 2020-11-29 02:02:32 -08:00
parent 997be77c8a
commit 764485b2b5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
extern crate ferretro;
extern crate ffmpeg4 as ffmpeg;
extern crate ffmpeg_next as ffmpeg;
use std::collections::VecDeque;
use std::io::Read;