0.13.0 XD

Former-commit-id: d4799da912534d12ed6b5c01283019ddfc428757
This commit is contained in:
Daniel Olsen 2020-05-26 14:33:19 +02:00
parent 4fa63f30d3
commit 43fed23917
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ mod workunit;
use workunit::WUnit;
use workunit::EStatus;
const VERSION: &str = "0.12.0";
const VERSION: &str = "0.13.0";
#[derive(Default, Debug)]
struct SharedState {

View File

@ -4,7 +4,7 @@ set -euo pipefail
IFS=$'\n\t'
base_url="$1"
version="0.12.0"
version="0.13.0"
while true; do
sleep 30
@ -91,7 +91,7 @@ while true; do
ffmpego=`echo $options | jq -r .ffmpeg`
ffmpego=${ffmpego//[^a-zA-Z0-9_\- =:]/}
pix_fmt=`echo $job | jq -r .pix_fmt`
pix_fmt=`echo $options | jq -r .pix_fmt`
if [[ $pix_fmt = "YV12" ]]; then
ffpix="yuv12p"
aompix="--yv12"