Mercurial > mplayer.hg
diff Makefile @ 30824:c121d03db8b9
Implement DirectShow filter graph.
DirectShow specifies that a filter (codec) can expect JoinFilterGraph
to be called, and store a reference to the graph manager. Implement a
very bare-bones graph manager (all functions are stubs, and no extra
interfaces are implemented) and give it to the codec on init.
author | sesse |
---|---|
date | Mon, 08 Mar 2010 19:57:37 +0000 |
parents | 82dd2fbdb772 |
children | ff7b06c867cd |
line wrap: on
line diff
--- a/Makefile Mon Mar 08 19:54:07 2010 +0000 +++ b/Makefile Mon Mar 08 19:57:37 2010 +0000 @@ -322,6 +322,7 @@ loader/dshow/DS_VideoDecoder.c \ loader/dshow/allocator.c \ loader/dshow/cmediasample.c \ + loader/dshow/graph.c \ loader/dshow/guids.c \ loader/dshow/inputpin.c \ loader/dshow/mediatype.c \