[FFmpeg-cvslog] iff: remove dupe ID_ANNO definition

Paul B Mahol git at videolan.org
Sat Jul 21 12:31:42 CEST 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Jul 21 10:30:12 2012 +0000| [ad69e778b715b116ab003f127f9bb8be667ffc6d] | committer: Paul B Mahol

iff: remove dupe ID_ANNO definition

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad69e778b715b116ab003f127f9bb8be667ffc6d
---

 libavformat/iff.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/iff.c b/libavformat/iff.c
index 2d74472..c502844 100644
--- a/libavformat/iff.c
+++ b/libavformat/iff.c
@@ -60,7 +60,6 @@
 #define ID_ABIT       MKTAG('A','B','I','T')
 #define ID_BODY       MKTAG('B','O','D','Y')
 #define ID_DBOD       MKTAG('D','B','O','D')
-#define ID_ANNO       MKTAG('A','N','N','O')
 #define ID_DPEL       MKTAG('D','P','E','L')
 
 #define LEFT    2



More information about the ffmpeg-cvslog mailing list