2018-12-11 19:28 GMT+01:00, Dinesh Gupta <[email protected]>: > My intention was that how may I use 'ffio_open_dyn_packet_buf' function > from avformat.lib & avformat.dll. Which is internal function according to > you.
No, it is not an internal function "according to me" but according to the documentation (and your tests). > It will be very helpful if you provide some examples or samples. Examples for internal functions? > As you mention previously use 'av_' as prefix. But no such functions > available. Yes, but you can rename the existing function in the FFmpeg source code into a function with "av_" prefix, to have it exported. > If any way I may include this function while building ffmpeg from source. > It will more helpful. Either rename the function you need or patch libavformat/libavformat.v > Please guide me with with some sample. > I am very naive in c & c++. Then I am not sure if developing with internal functions of FFmpeg is a possibility for you. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
