Changes between Version 1 and Version 2 of Ticket #14408


Ignore:
Timestamp:
Aug 27, 2018, 1:14:08 PM (6 years ago)
Author:
jackburton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14408 – Description

    v1 v2  
    99avcodec_decode_video2()/avcodec_decode_audio4 -> avcodec_send_packet()/avcodec_receive_frame()
    1010av_free() -> av_freep()
    11 a codec should not be closed and then opened again
     11avcodec_close() -> avcodec_free_context() (a codec should not be closed/reopened)
    1212use the correct av_free* methods
    1313}}}