Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #220 from FreedomBen/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in comment: FFMGEP -> FFMPEG
  • Loading branch information
KrumpetPirate authored Jun 11, 2022
2 parents f65fdde + c289c10 commit 1544a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AAXtoMP3
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down

0 comments on commit 1544a89

Please sign in to comment.