summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorFlorian Franzmann2020-07-11 23:00:08 +0200
committerFlorian Franzmann2020-07-11 23:00:08 +0200
commit068d32a93d16c57db6c5d4bd054d3c6d9a6fdb9a (patch)
tree27baa84d4afc5e502ae024b3051f8396fd8ccc30 /video
parent0de4b3fe219d87ac6f21c6187d3febb39550db2f (diff)
video/ffmpeg: on cast codec2 check self
Diffstat (limited to 'video')
-rw-r--r--video/ffmpeg/HISTORY3
-rwxr-xr-xvideo/ffmpeg/TRIGGERS9
2 files changed, 8 insertions, 4 deletions
diff --git a/video/ffmpeg/HISTORY b/video/ffmpeg/HISTORY
index d9ae9930ca..cd13d2292a 100644
--- a/video/ffmpeg/HISTORY
+++ b/video/ffmpeg/HISTORY
@@ -1,3 +1,6 @@
+2020-07-11 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * TRIGGERS: on cast codec2 check self
+
2020-06-18 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 4.3
diff --git a/video/ffmpeg/TRIGGERS b/video/ffmpeg/TRIGGERS
index 9195572087..dc1174b3af 100755
--- a/video/ffmpeg/TRIGGERS
+++ b/video/ffmpeg/TRIGGERS
@@ -1,5 +1,6 @@
-on_cast libass check_self
-on_cast snappy check_self
+on_cast libass check_self
+on_cast snappy check_self
on_cast tesseract check_self
-on_cast x264 check_self
-on_cast x265 check_self
+on_cast x264 check_self
+on_cast x265 check_self
+on_cast codec2 check_self