mbox series

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

Message ID 20220209032854.565698-1-scott.the.elm@gmail.com
Headers show
Series rewrite avpriv_find_start_code() for clarity | expand

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

Comments

Scott Theisen March 7, 2022, 6:44 p.m. UTC | #1
On 2/8/22 22:28, Scott Theisen wrote:
> 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
>

Andreas,

Have you had a chance to look at v3?

Thanks,

Scott