*: let libfmt quote strings
This commit is contained in:
@@ -17,7 +17,7 @@ RequireFilterByName(const char *name)
|
||||
{
|
||||
const auto *filter = avfilter_get_by_name(name);
|
||||
if (filter == nullptr)
|
||||
throw FmtRuntimeError("No such FFmpeg filter: '{}'", name);
|
||||
throw FmtRuntimeError("No such FFmpeg filter: {:?}", name);
|
||||
|
||||
return *filter;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user