[SCM] libav/experimental: Include avc.h from avc.c: It contains several prototypes.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:02:00 UTC 2013


The following commit has been merged in the experimental branch:
commit dda8fc6a097ec9e8e381003f90b84eba68af4614
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Sun Feb 28 02:04:34 2010 +0000

    Include avc.h from avc.c: It contains several prototypes.
    
    Originally committed as revision 22098 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/avc.c b/libavformat/avc.c
index f2b57cd..7c99196 100644
--- a/libavformat/avc.c
+++ b/libavformat/avc.c
@@ -22,6 +22,7 @@
 #include "libavutil/intreadwrite.h"
 #include "avformat.h"
 #include "avio.h"
+#include "avc.h"
 
 static const uint8_t *ff_avc_find_startcode_internal(const uint8_t *p, const uint8_t *end)
 {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list