> From: ffmpeg-devel <[email protected]> On Behalf Of Romain > Beauxis > Sent: 2023年10月30日 9:06 > To: [email protected] > Cc: Romain Beauxis <[email protected]> > 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 [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
