diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-05-26 03:46:06 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-05-26 03:46:06 +0000 |
commit | ce2b665b3dec00675bd374a2ad9a4d20a86bb618 (patch) | |
tree | 6d5d562c2699045df38cd4c2866c573b5d794ac2 /libavformat/ffmenc.c | |
parent | 85a6b01da40eff44b17ee003c1aa30f608897220 (diff) | |
download | ffmpeg-ce2b665b3dec00675bd374a2ad9a4d20a86bb618.tar.gz |
remove unneeded include
Originally committed as revision 13414 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ffmenc.c')
-rw-r--r-- | libavformat/ffmenc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/ffmenc.c b/libavformat/ffmenc.c index ba4fa7c0b7..d3008bf010 100644 --- a/libavformat/ffmenc.c +++ b/libavformat/ffmenc.c @@ -21,7 +21,6 @@ #include "avformat.h" #include "ffm.h" -#include <unistd.h> /* disable pts hack for testing */ int ffm_nopts = 0; |