Great job!

http://git.libav.org/?p=libav.git;a=blob;f=libavformat/avidec.c;h=0cd84c0d6bdf53b11f7bc6d722d3770955be0ed5;hb=HEAD

avi_read_info() and
avi_read_tag()

does the same thing as wav_parse_info_tags(). So if possible factor out the common code and use it from both places. Then after that we need support for writing INFO tags. avi_write_info_tag() does it for avi files, the code might be reusable.

MvH
Benjamin Larsson

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to