[FFmpeg-devel] [PATCH 0/8] rewrite avpriv_find_start_code() for clarity
Scott Theisen
scott.the.elm at gmail.com
Tue Feb 1 23:20:48 EET 2022
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.
More information about the ffmpeg-devel
mailing list