fraunhoferhhi / vvdec

VVdeC, the Fraunhofer Versatile Video Decoder
https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html
BSD 3-Clause Clear License
454 stars 91 forks source link

Failed playing with v2.3.0 on a test file #181

Closed xav1vfw closed 3 months ago

xav1vfw commented 3 months ago

All of my test files work with v.2.2.0 release, but - it seems - one of them doesn't work with v2.3.0, using VVdec by FFmpeg. The problematic file can be downloaded from here: https://www.ligh.de/tmp/foreman_cif_pal.266.mp4 https://code.videolan.org/videolan/vlc/-/issues/27055

K-os commented 3 months ago

I'll have a look. Thanks for the report.

K-os commented 3 months ago

Good catch! A conformance check was placed in the wrong position in the code. The fix should probably be merged soon.

Is the linked VLC issue in your report related in any way?

xav1vfw commented 3 months ago

I've tested the modified code (this patch on the git head), all of my test files work with it now. Thnx The VLC link is only an alternative download for the same MP4 file, otherwise it's not related to this bug.

K-os commented 3 months ago

Thanks for the feedback.

The fix is merged. Closing this now