diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-05-19 14:04:14 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-05-19 14:04:14 +0000 |
commit | f4b2d3598b470aed9d1394e05af24600116dea3c (patch) | |
tree | fe6b0dc71a8b3f4db8234b56a78bfe8a3b568aeb /libswscale/output.c | |
parent | a3264b4ba1e59b6df16d8ed112c943725cc00bfb (diff) | |
download | ffmpeg-f4b2d3598b470aed9d1394e05af24600116dea3c.tar.gz |
swscale/output: remove unused header
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libswscale/output.c')
-rw-r--r-- | libswscale/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libswscale/output.c b/libswscale/output.c index 6aa3112ca0..0023cd417b 100644 --- a/libswscale/output.c +++ b/libswscale/output.c @@ -18,7 +18,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include <assert.h> #include <math.h> #include <stdint.h> #include <stdio.h> |