[SCM] libav/experimental: include required header

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:16:13 UTC 2013


The following commit has been merged in the experimental branch:
commit c8deab7af7094d8262f425b3d9d3042edb8341d7
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Mon Mar 3 23:10:13 2008 +0000

    include required header
    
    Originally committed as revision 12307 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/imgconvert.h b/libavcodec/imgconvert.h
index 2370aa6..102f925 100644
--- a/libavcodec/imgconvert.h
+++ b/libavcodec/imgconvert.h
@@ -24,6 +24,8 @@
 #ifndef FFMPEG_IMGCONVERT_H
 #define FFMPEG_IMGCONVERT_H
 
+#include "avcodec.h"
+
 int ff_fill_linesize(AVPicture *picture, int pix_fmt, int width);
 
 int ff_fill_pointer(AVPicture *picture, uint8_t *ptr, int pix_fmt, int height);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list