aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/aacsbr_tablegen.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-12-27 19:57:27 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-12-31 21:53:55 +0100
commitdf56a1060c7de9b48518d6ac08fa3db6569fc266 (patch)
tree76c89f2dcd438725207ef312ad71157b447b747d /libavcodec/aacsbr_tablegen.h
parent2c3393d15dcb5653dd9b705775417c7c537bcaf1 (diff)
downloadffmpeg-df56a1060c7de9b48518d6ac08fa3db6569fc266.tar.gz
avcodec/aacsbr: Remove remnants of tablegen
These tables are always initialized at runtime since commit cb93df0dcbd34107c64ec053504fa294b728a9c9. Reviewed-by: Lynne <dev@lynne.ee> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/aacsbr_tablegen.h')
-rw-r--r--libavcodec/aacsbr_tablegen.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/libavcodec/aacsbr_tablegen.h b/libavcodec/aacsbr_tablegen.h
deleted file mode 100644
index 242a963557..0000000000
--- a/libavcodec/aacsbr_tablegen.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Header file for hardcoded AAC SBR windows
- *
- * Copyright (c) 2014 Reimar Döffinger <Reimar.Doeffinger@gmx.de>
- *
- * This file is part of FFmpeg.
- *
- * FFmpeg is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * FFmpeg is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with FFmpeg; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-#ifndef AVCODEC_AACSBR_TABLEGEN_H
-#define AVCODEC_AACSBR_TABLEGEN_H
-
-#include "aacsbr_tablegen_common.h"
-
-#endif /* AVCODEC_AACSBR_TABLEGEN_H */