Michael Witten (1 week ago): > This series improves the following function: > > libavformat/protocols.c: avio_enum_protocols() > > There are only 2 commits: > > [1] Quash warning about const-correctness > [2] Refactoring > > This series is a revision of a previous series; for this revision: > > * The patch [3] ("Add functions to the API") was removed. > * The tiny refactoring patches were squashed together as patch [2]. > * "for(" was replaced with "for (". > > Here are the overall changes: > > libavformat/avio.h | 2 +- > libavformat/protocols.c | 38 +++++++++++++++++++++++++++----------- > 2 files changed, 28 insertions(+), 12 deletions(-) > > Sincerely, > Michael Witten
Are there any unresolved issues regarding these 2 patches? _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".