mirror of
				https://github.com/KrumpetPirate/AAXtoMP3.git
				synced 2025-11-03 20:40:43 +01:00 
			
		
		
		
	Fix typo in comment: FFMGEP -> FFMPEG
This commit is contained in:
		
							
								
								
									
										2
									
								
								AAXtoMP3
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								AAXtoMP3
									
									
									
									
									
								
							@@ -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 #
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user