lavc/atrac9tab: Add inclusion guards.

Fixes fate-source.
This commit is contained in:
Carl Eugen Hoyos 2018-07-04 18:54:44 +02:00
parent 1ecdcb61b0
commit e25c25ebd8
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef AVCODEC_ATRAC9TAB_H
#define AVCODEC_ATRAC9TAB_H
#include <stdint.h>
enum ATRAC9BlockType {
@ -1624,3 +1627,5 @@ static const HuffmanCodebook at9_huffman_coeffs[][8][4] = {
},
},
};
#endif /* AVCODEC_ATRAC9TAB_H */