comparison oggparsetheora.c @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 2b101e9d25c0
children 27537074f2a9
comparison
equal deleted inserted replaced
3285:ccfd981fe0fa 3286:6f61c3b36632
21 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22 DEALINGS IN THE SOFTWARE. 22 DEALINGS IN THE SOFTWARE.
23 **/ 23 **/
24 24
25 #include <stdlib.h> 25 #include <stdlib.h>
26 #include "libavutil/bswap.h"
27 #include "libavcodec/bitstream.h"
26 #include "avformat.h" 28 #include "avformat.h"
27 #include "bitstream.h"
28 #include "bswap.h"
29 #include "oggdec.h" 29 #include "oggdec.h"
30 30
31 typedef struct theora_params { 31 typedef struct theora_params {
32 int gpshift; 32 int gpshift;
33 int gpmask; 33 int gpmask;