[FFmpeg-devel] [PATCH 2/4] doc/examples/muxing.c: Fixed a compile warning
Nicolas George
george at nsup.org
Sat May 2 13:13:21 EEST 2020
Zhao, Gang (12020-05-02):
> Fixed deprecation declarations compile warning by replacing deprecated
> api avcodec_encode_{audio,video}2() with
> avcodec_send_frame()/avcodec_receive_packet(). Also made some clean up
> according to this change.
That is not "fixing a warning", that is changing the whole logic. At the
very least, th commit message should say that.
But your changes seemed a little more invasive than that, for example
renaming functions.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200502/c606723e/attachment.sig>
More information about the ffmpeg-devel
mailing list