• Anton Khirnov's avatar
    lavf: add avformat_close_input(). · 52660454
    Anton Khirnov authored
    It sets the supplied AVFormatContext pointer to NULL after freeing it,
    which is safer and its name is consistent with other lavf functions.
    
    Also deprecate av_close_input_file().
    52660454