On Tue, 28 Feb 2012 11:29:27 +0000, Måns Rullgård <[email protected]> wrote: > Anton Khirnov <[email protected]> writes: > > > Hi, > > this patchset adds support for reading and writing ID3v2 attached > > pictures. > > > > When reading, the pictures are exported as streams, one stream per > > picture. They are added to the raw_packet_buffer in AVFormatContext, so > > the user will get them with av_read_frame() around the beginning. > > They can also be read from a new field in AVStream. > > Is there any way for a player to tell that these fake streams from > actual video streams? >
Yes, AV_DISPOSITION_ATTACHED_PIC. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
