Mercurial > mplayer.hg
comparison loader/dshow/graph.h @ 30832:9e81c17f6e73
Fix a syntax error in graph.h.
author | sesse |
---|---|
date | Tue, 09 Mar 2010 13:19:25 +0000 |
parents | 9f57c99fce86 |
children | b946a0c28e65 |
comparison
equal
deleted
inserted
replaced
30831:9f57c99fce86 | 30832:9e81c17f6e73 |
---|---|
17 * GNU General Public License for more details. | 17 * GNU General Public License for more details. |
18 * | 18 * |
19 * You should have received a copy of the GNU General Public License along | 19 * You should have received a copy of the GNU General Public License along |
20 * with MPlayer; if not, write to the Free Software Foundation, Inc., | 20 * with MPlayer; if not, write to the Free Software Foundation, Inc., |
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
22 / | 22 */ |
23 | 23 |
24 #include "interfaces.h" | 24 #include "interfaces.h" |
25 #include "cmediasample.h" | 25 #include "cmediasample.h" |
26 | 26 |
27 typedef struct FilterGraph FilterGraph; | 27 typedef struct FilterGraph FilterGraph; |