diff options
Diffstat (limited to 'libavcodec/wmadata.h')
-rw-r--r-- | libavcodec/wmadata.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/wmadata.h b/libavcodec/wmadata.h index aa2a120..fbe66ea 100644 --- a/libavcodec/wmadata.h +++ b/libavcodec/wmadata.h @@ -24,8 +24,8 @@ * Various WMA tables. */ -#ifndef FFMPEG_WMADATA_H -#define FFMPEG_WMADATA_H +#ifndef AVCODEC_WMADATA_H +#define AVCODEC_WMADATA_H #include <stdint.h> #include "wma.h" @@ -1438,4 +1438,4 @@ static const CoefVLCTable coef_vlcs[6] = { }, }; -#endif /* FFMPEG_WMADATA_H */ +#endif /* AVCODEC_WMADATA_H */ |