On 22/02/13 17:45, Shawn Donnelly wrote: > That make sense on the encoding side. > > On the decoding side what could I use instead of: avformat_open_input()? >
Please not top post (you might use the libav-api ml). it is the same, you set the pb field with your custom avio instead of asking avformat to open one for you by passing a path/uri. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
