Hi all, I would like to implement the extraction of the streams' language tag in libavformat/asfdec.c (and storage in libavformat/asfenc.c). However, I cannot find out the rules I should follow, even when looking at other demuxers : should I convert the tag from asf-specific code space (namely RFC1766) to a common code space (e.g. ISO639-2)? In other words, from a libavuser's point of view, how is the latter supposed to know which code space the metadata items in avstreams belong to?
Kind regards, Cyril _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
