Changes between Version 1 and Version 2 of Ticket #14408
- Timestamp:
- Aug 27, 2018, 1:14:08 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14408 – Description
v1 v2 9 9 avcodec_decode_video2()/avcodec_decode_audio4 -> avcodec_send_packet()/avcodec_receive_frame() 10 10 av_free() -> av_freep() 11 a codec should not be closed and then opened again11 avcodec_close() -> avcodec_free_context() (a codec should not be closed/reopened) 12 12 use the correct av_free* methods 13 13 }}}