diff options
author | Vladimir Voroshilov <voroshil@gmail.com> | 2008-08-23 12:49:13 +0000 |
---|---|---|
committer | Vladimir Voroshilov <voroshil@gmail.com> | 2008-08-23 12:49:13 +0000 |
commit | 6bf8b3ef03de621da9fbd506c75714180bcf987f (patch) | |
tree | 38e8276b293480d7917d3e2e6b3480b4d1af705c /libavcodec | |
parent | fe3a80d6fabade4b7d13f83a18c0205c16dd7581 (diff) | |
download | ffmpeg-6bf8b3ef03de621da9fbd506c75714180bcf987f.tar.gz |
Remove unnecessary header inclusion from g729.h
Originally committed as revision 14916 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/g729.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/g729.h b/libavcodec/g729.h index 3192f9d927..8e6378367a 100644 --- a/libavcodec/g729.h +++ b/libavcodec/g729.h @@ -21,8 +21,6 @@ #ifndef FFMPEG_G729_H #define FFMPEG_G729_H -#include <stdint.h> - /** * maximum possible subframe size */ |