Browse Source

lavc/atrac9tab: Add inclusion guards.

Fixes fate-source.
tags/n4.1
Carl Eugen Hoyos 7 years ago
parent
commit
e25c25ebd8
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      libavcodec/atrac9tab.h

+ 5
- 0
libavcodec/atrac9tab.h 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 */

Loading…
Cancel
Save