Changes between Initial Version and Version 1 of Ticket #14408
- Timestamp:
- Aug 27, 2018, 12:48:52 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14408 – Description
initial v1 2 2 Many things changed and various functions were deprecated. 3 3 We should update it so it uses the newest API. 4 5 Incomplete list: 6 7 {{{ 8 av_free_packet() -> av_packet_unref() 9 avcodec_decode_video2()/avcodec_decode_audio4 -> avcodec_send_packet()/avcodec_receive_frame() 10 av_free() -> av_freep() 11 a codec should not be closed and then opened again 12 use the correct av_free* methods 13 }}}