[FFmpeg-devel] [PATCH v1 0/2] libavformat/protocols.c: avio_enum_protocols(): Cleanup

Michael Witten mfwitten at gmail.com
Fri Aug 20 20:45:00 EEST 2021


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


More information about the ffmpeg-devel mailing list