Commit e25c25eb authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavc/atrac9tab: Add inclusion guards.

Fixes fate-source.
parent 1ecdcb61
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment