X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fxiph.h;h=60f4a95d1cc5b41483815eac66eb2422409bf167;hb=b3507d398b703ed8f06d8608f254c3937a7a42b0;hp=7e75750107ee27d60848bbc4df62a2e7c56c4c09;hpb=5b21bdabe43611385d1d55a21d5b1f607b133d29;p=ffmpeg diff --git a/libavcodec/xiph.h b/libavcodec/xiph.h index 7e75750107e..60f4a95d1cc 100644 --- a/libavcodec/xiph.h +++ b/libavcodec/xiph.h @@ -18,10 +18,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_XIPH_H -#define FFMPEG_XIPH_H +#ifndef AVCODEC_XIPH_H +#define AVCODEC_XIPH_H -#include "common.h" +#include "libavutil/common.h" /** * Splits a single extradata buffer into the three headers that most @@ -40,4 +40,4 @@ int ff_split_xiph_headers(uint8_t *extradata, int extradata_size, int first_header_size, uint8_t *header_start[3], int header_len[3]); -#endif /* FFMPEG_XIPH_H */ +#endif /* AVCODEC_XIPH_H */