mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
lavc/atrac9tab: Add inclusion guards.
Fixes fate-source.
This commit is contained in:
parent
1ecdcb61b0
commit
e25c25ebd8
@ -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…
x
Reference in New Issue
Block a user