[FFmpeg-devel] [RFC] Add AVStream.opaque

Stefano Sabatini stefano.sabatini-lala
Sun Aug 22 12:03:25 CEST 2010


Hi all,

I'm considering to add an opaque field to AVStream, which would be
filled with application ad-hoc data.

This would allow the user to put in AVStream a pointer to an external
struct, e.g. in the case of ffmpeg.c it would allow to avoid the use
of an external ist_table, as each stream would contain the pointer to
the AVInputStream struct, thus slightly simplifying the application
logic.

Regards.
-- 
FFmpeg = Funny Faithless Martial Patchable Exuberant Gospel



More information about the ffmpeg-devel mailing list