diff options
Diffstat (limited to 'libavformat/voc.h')
-rw-r--r-- | libavformat/voc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/voc.h b/libavformat/voc.h index 5f6998a..0e8aa61 100644 --- a/libavformat/voc.h +++ b/libavformat/voc.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_VOC_H -#define FFMPEG_VOC_H +#ifndef AVFORMAT_VOC_H +#define AVFORMAT_VOC_H #include "avformat.h" #include "riff.h" /* for CodecTag */ @@ -48,4 +48,4 @@ extern const AVCodecTag ff_voc_codec_tags[]; int voc_get_packet(AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size); -#endif /* FFMPEG_VOC_H */ +#endif /* AVFORMAT_VOC_H */ |