[FFmpeg-devel] [PATCH] avcodec/dirac_vlc: Fix avutil.h include

Michael Niedermayer michael at niedermayer.cc
Tue Jul 12 20:13:33 EEST 2016


On Tue, Jul 12, 2016 at 01:15:07PM +0100, Rostislav Pehlivanov wrote:
> On 12 July 2016 at 12:53, Michael Niedermayer <michael at niedermayer.cc>
> wrote:
> 
> > Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> > ---
> >  libavcodec/dirac_vlc.h |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libavcodec/dirac_vlc.h b/libavcodec/dirac_vlc.h
> > index 523e9ca..42ae41b 100644
> > --- a/libavcodec/dirac_vlc.h
> > +++ b/libavcodec/dirac_vlc.h
> > @@ -22,7 +22,7 @@
> >  #ifndef AVCODEC_DIRAC_VLC_H
> >  #define AVCODEC_DIRAC_VLC_H
> >
> > -#include <libavutil/avutil.h>
> > +#include "libavutil/avutil.h"
> >
> >  /* Can be 32 bits wide for some performance gain on some machines, but it
> > will
> >   * incorrectly decode very long coefficients (usually only 1 or 2 per
> > frame) */
> > --
> > 1.7.9.5
> >
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel at ffmpeg.org
> > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> 
> No idea how we've missed that
> LGTM

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The educated differ from the uneducated as much as the living from the
dead. -- Aristotle 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160712/1a5216c1/attachment.sig>


More information about the ffmpeg-devel mailing list