Displaying 2 results from an estimated 2 matches for "0flac".
Did you mean:
  flac
  
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
...+28, "fLaC", 4) == 0)
    return 1; /* Ogg FLAC */
Hmmm.  That's sorta like my fresh file from somewhat recent
source, but not quite:
00000000  4f 67 67 53 00 02 00 00  00 00 00 00 00 00 3d 59  |OggS..........=Y|
00000010  81 7a 00 00 00 00 31 e3  96 a9 01 30 46 4c 41 43  |.z....1....0FLAC|
00000020  01 00 66 4c 61 43 00 00  00 22 12 00 12 00 00 00  |..fLaC..."......|
Should the second line from the above code be a comparison
against the string "FLAC" instead, or should the "fLaC"
comparison be at position 34?
Changing the code to compare with "FLAC&qu...
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
...+28, "fLaC", 4) == 0)
    return 1; /* Ogg FLAC */
Hmmm.  That's sorta like my fresh file from somewhat recent
source, but not quite:
00000000  4f 67 67 53 00 02 00 00  00 00 00 00 00 00 3d 59  |OggS..........=Y|
00000010  81 7a 00 00 00 00 31 e3  96 a9 01 30 46 4c 41 43  |.z....1....0FLAC|
00000020  01 00 66 4c 61 43 00 00  00 22 12 00 12 00 00 00  |..fLaC..."......|
Should the second line from the above code be a comparison
against the string "FLAC" instead, or should the "fLaC"
comparison be at position 34?
Changing the code to compare with "FLAC&qu...