[FFmpeg-cvslog] lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZE
Stefano Sabatini
git at videolan.org
Sun Jun 10 00:43:19 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Jun 10 00:00:33 2012 +0200| [53dfc3845220a13dd969f9dd31e6938b2565e003] | committer: Stefano Sabatini
lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZE
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=53dfc3845220a13dd969f9dd31e6938b2565e003
---
libavutil/timestamp.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavutil/timestamp.h b/libavutil/timestamp.h
index bffadd2..c7348d8 100644
--- a/libavutil/timestamp.h
+++ b/libavutil/timestamp.h
@@ -27,7 +27,6 @@
#include "common.h"
#define AV_TS_MAX_STRING_SIZE 32
-#define AV_TS_MAX_STRING_SIZE 32
/**
* Fill the provided buffer with a string containing a timestamp
More information about the ffmpeg-cvslog
mailing list