Skip to content

Commit 0fbbdc6

Browse files
committed
fix an indent
1 parent d710a5c commit 0fbbdc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vrecord

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3123,7 +3123,7 @@ if [[ "${DEVICE_INPUT_CHOICE}" = "0" ]] ; then
31233123
FRAMEMD5NAME="${LOGDIR}/${FULL_OUTPUT_ID}.framemd5"
31243124
fi
31253125
if [[ "${SIGNAL_INPUT}" = 'true' ]] ; then
3126-
AUDIOMAP=$(sed "s/0:a:0/1:a:0/g" <<< "$AUDIOMAP")
3126+
AUDIOMAP=$(sed "s/0:a:0/1:a:0/g" <<< "$AUDIOMAP")
31273127
fi
31283128
if [[ "${MP4_CHOICE}" = "true" ]] ; then
31293129
RECORDINGFILTER_MP4+=",bwdif,format=yuv420p"

0 commit comments

Comments
 (0)