mbox series

[FFmpeg-devel,v2,0/13] rewrite avpriv_find_start_code() for clarity

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

Message

Scott Theisen Feb. 3, 2022, 6:44 p.m. UTC
start_code is used as an [in,out] parameter only twice, once each in mpeg12.c
and mpegvideo_parser.c.  The input part of avpriv_find_start_code() has now
been rewritten to still allow this.

I did manage to run FATE this time and it completes without errors.

Regards,
Scott