Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 451 → Rev 450

/video-contact-sheet/branches/1.12.3/pkg/vcs
2772,7 → 2772,6
# Fail early if none detected length
[[ ( -z ${MPLAYER_ID[$LEN]} ) && ( -z ${FFMPEG_ID[$LEN]} ) ]] && return $RET_NOLEN
 
assert '[[ $MPLAYER_BIN || $FFMPEG_BIN ]]'
# Classic mode, use both mplayer and ffmpeg when available
if [[ $MPLAYER_BIN && $FFMPEG_BIN ]]; then
# By default take mplayer's values
2837,6 → 2836,8
# Must do with mplayer only...
VID=("${FFMPEG_ID[@]}")
# So far I know of no weird results. Yet.
else
assert 'false'
fi
 
# Ensure sanity of the most important values