Author name filters now support look around and backreferences

This commit is contained in:
2022-06-21 05:57:27 +00:00
committed by GitHub
parent adc650f8c6
commit 6903a1fe8d
9 changed files with 40 additions and 10 deletions

View File

@@ -9,7 +9,6 @@ mod _avdict;
mod _exif;
#[cfg(feature = "ugoira")]
mod _ugoira;
mod author_name_filter;
#[cfg(feature = "avdict")]
/// A rust wrapper for [FFMPEG](https://ffmpeg.org/)'s [AVDictionary](https://ffmpeg.org/doxygen/trunk/group__lavu__dict.html)
mod avdict;