shithub: cuefs

Download patch

ref: e02e61c6abc2a9c127dd69a4da8b9f486fd66838
parent: a7ed62f0c1bdc685b8d23da6722ba0a9d3716b78
author: Tevo <estevan.cps@gmail.com>
date: Sat Feb 13 20:22:39 EST 2021

Who would have thought

--- a/cue.c
+++ b/cue.c
@@ -259,7 +259,7 @@
 		[OGG]		= "ogg",
 		[OPUS]		= "opus",
 		[AAC]		= "aac",
-		[MOTOROLA]	= ""		/* not sure */
+		[MOTOROLA]	= "bin"
 	};
 
 	return tab[f];
--- a/cuefs.h
+++ b/cuefs.h
@@ -31,7 +31,7 @@
 
 enum
 {
-	WAVE, MP3, AIFF, BINARY, MOTOROLA,
+	WAVE, MP3, AIFF, BINARY /* PCM LE */, MOTOROLA /* PCM BE */,
 	/**/
 	AAC, FLAC, OGG, OPUS, UNKNOWN
 };