Skip to content

Commit

Permalink
remove unneccecary arguments from mp3_open (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePlank committed Oct 30, 2023
1 parent 0f5cc0b commit 102f09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/fmt/fmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ HL_PRIM int HL_NAME(mp3_decode_frame)( fmt_mp3 *o, char *bytes, int size, int po

#define _MP3 _ABSTRACT(fmt_mp3)

DEFINE_PRIM(_MP3, mp3_open, _BYTES _I32);
DEFINE_PRIM(_MP3, mp3_open, _NO_ARG);
DEFINE_PRIM(_VOID, mp3_frame_info, _MP3 _REF(_I32) _REF(_I32) _REF(_I32) _REF(_I32) _REF(_I32))
DEFINE_PRIM(_I32, mp3_decode_frame, _MP3 _BYTES _I32 _I32 _BYTES _I32 _I32);

Expand Down

0 comments on commit 102f09b

Please sign in to comment.