Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2021-09-10 09:20:31 +0300
committerSebastian Dröge <slomo@coaxion.net>2021-09-10 09:20:31 +0300
commitbb3949aeda13dd3205db0c342063197e122f2007 (patch)
treeea937b9bcb90ba37f181bf1d9069ab76ef152db2 /Cargo.toml
parent426dc4c54d0ea96bde60e9278b3c52ebcd51be21 (diff)
video: Add a new ffv1 decoder plugin
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e293f8879..30910b004 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ members = [
"video/cdg",
"video/closedcaption",
"video/dav1d",
+ "video/ffv1",
"video/flavors",
"video/gif",
"video/rav1e",