Le primidi 1er thermidor, an CCXXIII, Stephan Holljes a écrit : > I'm having trouble accessing a client's private data in my sample > application. After forking I have an AVIOContext client, but how do I > access its HTTPContext's AVOption fields? For example, how do I get > the method or how do I set the http_code?
It is hard to tell without seeing the code. The principle is not complex: declare the field in the options array in http.c. Then the application can access using av_opt_set*() and av_opt_get*() on the AVIOContext with AV_OPT_SEARCH_CHILDREN set. Regards, -- Nicolas George
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel