Anyone have suggestions on clean ways to access AVStream metadata from within an avfilter? At present, my only workaround is to re-open the file and parse again. Other approaches would be greatly appreciated.
On Wed, Sep 9, 2009 at 8:44 AM, Norbert Burger <[email protected]> wrote: > (posted this earlier on ffmpeg-soc, but it seems like libav-user is > more appropriate) > > Hi folks, > > Does the libavfilter framework support accessing AVStream metadata > from within my avfilter? In particular, I want to execute some filter > code only if certain metadata is present (in my case, a QT > transformation matrix). > > Looking through the SOC code, I guess one option is to > re-open/re-parse the input file (ala vsrc_movie.c), but it seems like > there should be a cleaner way. > > Thanks, > Norbert > _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
