I'm writing a C++ program, and I'm trying to use LibAVCodec to decode audio a user enters into my program, with the aforementioned library. in my program I've set up InputFile as an ifstream object, that takes input from argv[1], what function do I use to pass this handle to the library?