On Fri, Dec 03, 2021 at 04:09:20PM +0800, Fei Wang wrote: > Split packed data when it contains multiple show frames in some > non-standard bitstream. This can benefit downstream decoder which can > decode continuously instead of interrupt with unexpected error. > > Signed-off-by: Fei Wang <[email protected]> > --- > libavcodec/av1_parser.c | 19 +++++++++++++++---- > 1 file changed, 15 insertions(+), 4 deletions(-)
This results in a infinite loop endlessly displaying [av1 @ 0x55f62c2a6a00] Failed to parse temporal unit. [av1 @ 0x55f62c2a6a00] Invalid OBU length: 1071323, but only 768 bytes remaining in fragment. [av1 @ 0x55f62c2a6a00] Failed to parse temporal unit. [av1 @ 0x55f62c2a6a00] Invalid OBU length: 1071323, but only 768 bytes remaining in fragment. [av1 @ 0x55f62c2a6a00] Failed to parse temporal unit. [av1 @ 0x55f62c2a6a00] Invalid OBU length: 1071323, but only 768 bytes remaining in fragment. [av1 @ 0x55f62c2a6a00] Failed to parse temporal unit. [av1 @ 0x55f62c2a6a00] Invalid OBU length: 1071323, but only 768 bytes remaining in fragment. [av1 @ 0x55f62c2a6a00] Failed to parse temporal unit. [av1 @ 0x55f62c2a6a00] Invalid OBU length: 1071323, but only 768 bytes remaining in fragment. [av1 @ 0x55f62c2a6a00] Failed to parse temporal unit. [av1 @ 0x55f62c2a6a00] Invalid OBU length: 1071323, but only 768 bytes remaining in fragment. [av1 @ 0x55f62c2a6a00] Failed to parse temporal unit. [av1 @ 0x55f62c2a6a00] Invalid OBU length: 1071323, but only 768 bytes remaining in fragment. [av1 @ 0x55f62c2a6a00] Failed to parse temporal unit. i will send you the testsample privatly thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "Nothing to hide" only works if the folks in power share the values of you and everyone you know entirely and always will -- Tom Scott
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
