comparison xiph.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 1d83e9c34641
children c4a4495715dd
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
19 */ 19 */
20 20
21 #ifndef FFMPEG_XIPH_H 21 #ifndef FFMPEG_XIPH_H
22 #define FFMPEG_XIPH_H 22 #define FFMPEG_XIPH_H
23 23
24 #include "common.h" 24 #include "libavutil/common.h"
25 25
26 /** 26 /**
27 * Splits a single extradata buffer into the three headers that most 27 * Splits a single extradata buffer into the three headers that most
28 * Xiph codecs use. (e.g. Theora and Vorbis) 28 * Xiph codecs use. (e.g. Theora and Vorbis)
29 * Works both with Matroska's packing and lavc's packing. 29 * Works both with Matroska's packing and lavc's packing.