[FFmpeg-cvslog] cafenc: do not include riff.h
Paul B Mahol
git at videolan.org
Wed Dec 5 21:48:54 CET 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Dec 5 20:44:28 2012 +0000| [9ef29af2e86422d063af76edc88a50226282c82a] | committer: Paul B Mahol
cafenc: do not include riff.h
ff_codec_get_tag() was moved to internal.h
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ef29af2e86422d063af76edc88a50226282c82a
---
libavformat/cafenc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/cafenc.c b/libavformat/cafenc.c
index 92b61c9..40ccd48 100644
--- a/libavformat/cafenc.c
+++ b/libavformat/cafenc.c
@@ -21,7 +21,6 @@
#include "avformat.h"
#include "caf.h"
-#include "riff.h"
#include "isom.h"
#include "avio_internal.h"
#include "libavutil/intfloat.h"
More information about the ffmpeg-cvslog
mailing list