Mercurial > mplayer.hg
comparison libmpdemux/stheader.h @ 5607:1972c3475d93
mp_image.h and img_format.h moved to libmpcodecs
author | arpi |
---|---|
date | Sat, 13 Apr 2002 19:14:34 +0000 |
parents | b8b6fcb5062a |
children | 27d1f7faefd4 |
comparison
equal
deleted
inserted
replaced
5606:ec2f35e646f4 | 5607:1972c3475d93 |
---|---|
5 | 5 |
6 #include "wine/mmreg.h" | 6 #include "wine/mmreg.h" |
7 #include "wine/avifmt.h" | 7 #include "wine/avifmt.h" |
8 #include "wine/vfw.h" | 8 #include "wine/vfw.h" |
9 | 9 |
10 #include "../mp_image.h" | 10 #include "../libmpcodecs/mp_image.h" |
11 | 11 |
12 typedef struct { | 12 typedef struct { |
13 demux_stream_t *ds; | 13 demux_stream_t *ds; |
14 unsigned int format; | 14 unsigned int format; |
15 struct codecs_st *codec; | 15 struct codecs_st *codec; |