[FFmpeg-devel] [PATCH v2] doc/examples/muxing: code rewrite with improved readability and fixed issues

Paolo Prete p4olo_prete at yahoo.it
Mon Jun 20 22:20:39 EEST 2022


Please review it!

Difference to v1:

*) AVCodecParameter(s) allocated with avcodec_parameters_alloc()
*) AVRational  objects created with av_make_q() (in the original muxing.c they are created through a cast to AVRational)
*) removed unuseful "else"s
*) fixed error check in case of avcodec_alloc_context3() fails
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v2-0001-doc-examples-muxing-code-rewrite-with-improved-re.patch
Type: text/x-patch
Size: 40714 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20220620/e901066e/attachment.bin>


More information about the ffmpeg-devel mailing list