On 8/2/2025 3:33 PM, Michael Niedermayer wrote: > Hi > > This breaks: > ./ffmpeg -i 'tickets//1666/avc-intra-panasonic-AG-HPX301E.mov' -f null - > > after this patch theres a lot of errors: > > ... > [vist#0:0/h264 @ 0x55837b5fd6c0] [dec:h264 @ 0x55837b62c6c0] Error submitting packet to decoder: Invalid data found when processing input > [h264 @ 0x55837c768000] non-existing PPS 0 referenced > Last message repeated 9 times > [h264 @ 0x55837c768000] no frame! > [vist#0:0/h264 @ 0x55837b5fd6c0] [dec:h264 @ 0x55837b62c6c0] Error submitting packet to decoder: Invalid data found when processing input > [h264 @ 0x55837b62d580] non-existing PPS 0 referenced > Last message repeated 9 times > [h264 @ 0x55837b62d580] no frame! > [vist#0:0/h264 @ 0x55837b5fd6c0] [dec:h264 @ 0x55837b62c6c0] Error submitting packet to decoder: Invalid data found when processing input > [h264 @ 0x55837b6cf600] non-existing PPS 0 referenced > Last message repeated 9 times > [h264 @ 0x55837b6cf600] no frame! > [vist#0:0/h264 @ 0x55837b5fd6c0] [dec:h264 @ 0x55837b62c6c0] Error submitting packet to decoder: Invalid data found when processing input > [h264 @ 0x55837b776bc0] non-existing PPS 0 referenced > Last message repeated 9 times > [h264 @ 0x55837b776bc0] no frame! > [vist#0:0/h264 @ 0x55837b5fd6c0] [dec:h264 @ 0x55837b62c6c0] Decoding error: Invalid data found when processing input > Last message repeated 14 times > [vist#0:0/h264 @ 0x55837b5fd6c0] [dec:h264 @ 0x55837b62c6c0] Decode error rate 1 exceeds maximum 0.666667 > [vist#0:0/h264 @ 0x55837b5fd6c0] [dec:h264 @ 0x55837b62c6c0] Task finished with error code: -1145393733 (Error number -1145393733 occurred) > [vist#0:0/h264 @ 0x55837b5fd6c0] [dec:h264 @ 0x55837b62c6c0] Terminating thread with return code -1145393733 (Error number -1145393733 occurred) > [vf#0:0 @ 0x55837b5fe540] Cannot determine format of input 0:0 after EOF > [vf#0:0 @ 0x55837b5fe540] Task finished with error code: -1094995529 (Invalid data found when processing input) > [vf#0:0 @ 0x55837b5fe540] Terminating thread with return code -1094995529 (Invalid data found when processing input) > [vost#0:0/wrapped_avframe @ 0x55837b5ed680] [enc:wrapped_avframe @ 0x55837b62ad00] Could not open encoder before EOF > [vost#0:0/wrapped_avframe @ 0x55837b5ed680] Task finished with error code: -22 (Invalid argument) > [vost#0:0/wrapped_avframe @ 0x55837b5ed680] Terminating thread with return code -22 (Invalid argument) > [out#0/null @ 0x55837b632540] Nothing was written into output file, because at least one of its streams received no packets. This is fixed by https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20088 I added you as reviewer, but you should have gotten the notification anyway.