Fix typo in comment: FFMGEP -> FFMPEG

This commit is contained in:
Benjamin Porter 2022-06-10 18:03:29 -06:00
parent f65fddebc2
commit c289c10cd7

View File

@ -969,7 +969,7 @@ do
if [ -f "${cover_file}" ]; then
log "Adding cover art"
# FFMGEP does not support MPEG-4 containers fully #
# FFMPEG does not support MPEG-4 containers fully #
if [ "${container}" == "mp4" ] ; then
mp4art --add "${cover_file}" "${output_file}"
# FFMPEG for everything else #