On Wed, 2 Oct 2013 22:22:34 +0200, Diego Biurrun <di...@biurrun.de> wrote:
> On Wed, Oct 02, 2013 at 03:39:12PM +0200, Vittorio Giovara wrote:
> > --- a/libavformat/Makefile
> > +++ b/libavformat/Makefile
> > @@ -218,7 +218,8 @@ OBJS-$(CONFIG_OGG_DEMUXER)               += oggdec.o    
> >      \
> >                                              oggparsespeex.o  \
> >                                              oggparsetheora.o \
> >                                              oggparsevorbis.o \
> > -                                            vorbiscomment.o
> > +                                            vorbiscomment.o  \
> > +                                            flacdec_picture.o
> 
> So why does Ogg depend on FLAC now?  Something seems to be in
> need of different splitting or naming.
> 

The format in which the pictures are stored is the FLAC format.

Xiph says:
The binary FLAC picture structure is base64 encoded and placed within a
VorbisComment with the tag name "METADATA_BLOCK_PICTURE". This is the preferred
and recommended way of embedding cover art within VorbisComments.

So that file is correctly named IMO

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

Reply via email to