diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-10-15 22:49:00 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-10-15 22:49:00 +0000 |
commit | c3527cc973d872e63ef7d8a9395515e70306e236 (patch) | |
tree | 21c82307722f749f526049bc7bfe6afd1a3ed33c /libavformat/electronicarts.c | |
parent | 0cf3fbc2ab6104f6fbaf74cbc96194b4ea9cc2b2 (diff) | |
download | ffmpeg-c3527cc973d872e63ef7d8a9395515e70306e236.tar.gz |
remove unused tags definition
Originally committed as revision 10747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/electronicarts.c')
-rw-r--r-- | libavformat/electronicarts.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c index 2716005e74..9a9e770918 100644 --- a/libavformat/electronicarts.c +++ b/libavformat/electronicarts.c @@ -29,9 +29,7 @@ #define SCHl_TAG MKTAG('S', 'C', 'H', 'l') #define PT00_TAG MKTAG('P', 'T', 0x0, 0x0) #define SCDl_TAG MKTAG('S', 'C', 'D', 'l') -#define pIQT_TAG MKTAG('p', 'I', 'Q', 'T') #define SCEl_TAG MKTAG('S', 'C', 'E', 'l') -#define _TAG MKTAG('', '', '', '') #define EA_SAMPLE_RATE 22050 #define EA_BITS_PER_SAMPLE 16 |