Open
Description
In the documentation about providing metadata via the command line https://github.com/cyanreg/cyanrip?tab=readme-ov-file#metadata
It uses tag="..."
with double quote "
as a string delimiter. Looking at the code from libavutil, this is wrong, it should be using single quotes '
instead:
Function call used to parse the string in libavdict https://github.com/FFmpeg/FFmpeg/blob/master/libavutil/dict.c#L186
Which calls av_get_token, and here's highlighted the section where it checks for single quote and takes any text until a new single quote is reached: https://github.com/FFmpeg/FFmpeg/blob/master/libavutil/avstring.c#L157-L163
Metadata
Metadata
Assignees
Labels
No labels
Activity