mbox series

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

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

Message

Scott Theisen Feb. 1, 2022, 9:20 p.m. UTC
I am endeavoring to reduce MythTV’s downstream changes to FFmpeg.
avpriv_find_start_code() is one of the internal FFmpeg functions that
MythTV uses.

I was planning on copying it into MythTV to eventually eliminate all
uses of internal FFmpeg headers; however, what avpriv_find_start_code()
actually does was not very clear.  Therefore, I rewrote it and added
comments to make its purpose and effects clearer.