We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252b73f commit fc94e0fCopy full SHA for fc94e0f
src/mp3.c
@@ -631,7 +631,7 @@ static int stopread(sox_format_t * ft)
631
return SOX_SUCCESS;
632
}
633
634
-static int sox_mp3seek(sox_format_t * ft, uint64_t offset)
+static int sox_mp3seek(sox_format_t * ft, sox_uint64_t offset)
635
{
636
priv_t * p = (priv_t *) ft->priv;
637
size_t initial_bitrate = p->Frame.header.bitrate;
@@ -955,7 +955,7 @@ static int stopread(sox_format_t * ft)
955
956
957
958
-static int sox_mp3seek(sox_format_t * ft UNUSED, uint64_t offset UNUSED)
+static int sox_mp3seek(sox_format_t * ft UNUSED, sox_uint64_t offset UNUSED)
959
960
lsx_fail("Seeking in mp3 is not yet implemented");
961
return SOX_EOF;
0 commit comments