diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-06-10 00:00:33 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-06-10 00:37:02 +0200 |
commit | 53dfc3845220a13dd969f9dd31e6938b2565e003 (patch) | |
tree | 780cbf8e59c929e2d94bae5079f133d54f648e5e /libavutil | |
parent | 1ef5561a662e96c9b3f554ee76d3a6e7327aba4c (diff) | |
download | ffmpeg-53dfc3845220a13dd969f9dd31e6938b2565e003.tar.gz |
lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZE
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/timestamp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/timestamp.h b/libavutil/timestamp.h index bffadd2716..c7348d8f12 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 |