Zhao, Gang (12020-05-02):
> Fixed deprecated declarations compile warning by replacing deprecated
> api avcodec_encode_{audio,video}2() and
> avcodec_decode_{audio4,video2}() with
> avcodec_send_frame()/avcodec_receive_packet() and
> avcodec_send_packet()/avcodec_receive_frame(). Also made some clean up
> according to this change.
> 
> Signed-off-by: Zhao, Gang <gang.zhao...@gmail.com>
> ---
> Tested that the new code generated the same file as before by running
> ./doc/examples/transcoding_g my_samples/transcoding.mp4 
> my_samples/transcoding.avi
> 
>  doc/examples/transcoding.c | 106 +++++++++++++++++++------------------
>  1 file changed, 55 insertions(+), 51 deletions(-)

Again, >100 lines changed, that's not fixing a compilation warning.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: PGP signature

_______________________________________________
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".

Reply via email to