Skip to content

Commit

Permalink
Fixed OggOpus. Buffer was too small.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stridsvagn69420 committed Aug 22, 2023
1 parent 7dd8717 commit accc6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magicfix.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct FileTypeData {

// File Database
#define FILEDBLEN 34 // File Database Length
#define MAXREQBUFSIZE 32 // Maximum required buffer size
#define MAXREQBUFSIZE 36 // Maximum required buffer size
extern const struct FileTypeData magicfix_database[FILEDBLEN];

/// @brief File Header Matcher
Expand Down

0 comments on commit accc6d5

Please sign in to comment.