• Stefano Sabatini's avatar
    ffprobe: provide format parameters to av_open_input_file() · 98ac192b
    Stefano Sabatini authored
    Provide a non-NULL AVFormatParameters structure to
    av_open_input_file() in open_input_file().
    
    This is required because otherwise av_open_input_file() will allocate
    and use a new format context, discarding the options set in the
    provided format context.
    98ac192b