> From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> On Behalf Of Romain > Beauxis > Sent: 2023年10月30日 9:06 > To: ffmpeg-devel@ffmpeg.org > Cc: Romain Beauxis <to...@rastageeks.org> > Subject: [FFmpeg-devel] [PATCH] Extract av_hls_codec_attr > > The logic for extracting HLS codec attribute strings is very useful and > can be re-used in many different situations when working with HLS > streams using libavcodec/libavformat. > > This patch extracts the function's code and places it into a publicly > available function.
I don't think the implementation is complete enough to be exported as an API. And the ad-hoc API needs some design too. > > --- > libavcodec/Makefile | 2 + > libavcodec/hls.c | 105 +++++++++++++++++++++++++++++++++++++++++++ > libavcodec/hls.h | 42 +++++++++++++++++ > libavformat/hlsenc.c | 83 +++------------------------------- > 4 files changed, 155 insertions(+), 77 deletions(-) > create mode 100644 libavcodec/hls.c > create mode 100644 libavcodec/hls.h > _______________________________________________ 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".