[FFmpeg-cvslog] riff.h: Remove stray extern declaration for non-existing symbol
Diego Biurrun
git at videolan.org
Tue Aug 6 16:47:53 CEST 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Aug 4 14:08:47 2013 +0200| [971cce7ebb48a58e72e4dc57b3008e2682bcf4e7] | committer: Diego Biurrun
riff.h: Remove stray extern declaration for non-existing symbol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=971cce7ebb48a58e72e4dc57b3008e2682bcf4e7
---
libavformat/riff.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/riff.h b/libavformat/riff.h
index b4f1cac..f458f26 100644
--- a/libavformat/riff.h
+++ b/libavformat/riff.h
@@ -34,7 +34,6 @@
#include "metadata.h"
extern const AVMetadataConv ff_riff_info_conv[];
-extern const char ff_riff_tags[][5];
int64_t ff_start_tag(AVIOContext *pb, const char *tag);
void ff_end_tag(AVIOContext *pb, int64_t start);
More information about the ffmpeg-cvslog
mailing list