Nihao,

There already is a hook for this purpose under h264dsp, and it's already used 
on some other ISAs. So there should be no need to add a new one.

It's also probably faster to just look for a nul byte in assembler and let the 
C code manually check for the full 32-bit start code. This is basically just 
`strnlen()`.

Br,
_______________________________________________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to