У чт, 2009-07-02 у 14:00 +0200, Stephan Assmus пише: > Then after finding a reply in this mailing list for a similar situation, I > tried to setup my own ByteIOContext and AVProdeData. But unfortunately > av_probe_input_format() is not returning an input format for me.
I'm using pretty match the same code and it works for me. One of the differences is that I'm passing NULL instead of pointer to AVFormatParameters in av_open_input_stream. Does libavformat ever call your _Read function? How match data does it you feed to libavformat until it exit? Maybe you just don't have enough data? Have you tried different files and/or streams? _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
