diff options
Diffstat (limited to 'libavcodec/wmv2.h')
-rw-r--r-- | libavcodec/wmv2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/wmv2.h b/libavcodec/wmv2.h index 9d43ec5..7ed96ce 100644 --- a/libavcodec/wmv2.h +++ b/libavcodec/wmv2.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_WMV2_H -#define FFMPEG_WMV2_H +#ifndef AVCODEC_WMV2_H +#define AVCODEC_WMV2_H #include "avcodec.h" #include "dsputil.h" @@ -55,4 +55,4 @@ typedef struct Wmv2Context{ void ff_wmv2_common_init(Wmv2Context * w); -#endif /* FFMPEG_WMV2_H */ +#endif /* AVCODEC_WMV2_H */ |