Hey there, I am putting together a player in Java but am running into a wall where decoding flv files is concerned. I've come across the libavcodec library which offers support for this sort of operation but everything else I've written is in C. I've considered using the JNI to communicate between t...