-
Notifications
You must be signed in to change notification settings - Fork 415
Open
Labels
Description
I tried to enable libdav1d in YUView to analyze a AV1 stream, then some trouble met.
- It seems that "dav1d_default_analyzer_settings" has been renamed to "dav1d_default_analyzer_flags" in dav1d_0.2.1.0.analyze (https://github.com/IENT/YUView/wiki/External-Decoders). I have rename the function in my local, but I am not sure whether there is still some other issues here.
- getExtradata() return "", and it lead to a crash in "header.parse(reader)" in functions "FileSourceFFmpegFile::getParameterSets()“.
Is there any help to make libdav1d work? Or is there a release with libdav1d?
Reactions are currently unavailable