decoder_api: pass constant path pointers
This commit is contained in:
@@ -325,7 +325,7 @@ static bool ffmpeg_tag_internal(BasePtrs *base)
|
||||
}
|
||||
|
||||
//no tag reading in ffmpeg, check if playable
|
||||
static struct tag *ffmpeg_tag(char *file)
|
||||
static struct tag *ffmpeg_tag(const char *file)
|
||||
{
|
||||
struct input_stream input;
|
||||
BasePtrs base;
|
||||
|
||||
Reference in New Issue
Block a user