mbox

[FFmpeg-devel,v3,0/8] rewrite avpriv_find_start_code() for clarity

Message ID 20220209032854.565698-1-scott.the.elm@gmail.com
Headers show

Message

Scott Theisen Feb. 9, 2022, 3:28 a.m. UTC
I have removed most of my added comments.

Rebased to account for Andreas Rheinhardt moving the prototype to
startcode.h.

Per his suggestion, the function signature is now unmodified.
(ff_)mpeg1_find_frame_end() now has a wrapper function preserving
the original behavior allowing start codes across buffer boundaries.

-Scott