diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:37:49 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:37:49 +0000 |
commit | 7a61cc4d4b90ba3a2657c0461fe404b81dd06f3e (patch) | |
tree | 0e043ed6c973a100a4d45060d5fc1d72ee82eeff /libavfilter | |
parent | f9285377b2230645c0f13803fc6f6de6d3052ad3 (diff) | |
download | ffmpeg-7a61cc4d4b90ba3a2657c0461fe404b81dd06f3e.tar.gz |
Remove test program and test video output module since ffplay can be used
for testing for a while now.
Commited in SoC by Bobby Bingham on 2007-08-14 22:31:51
Originally committed as revision 12005 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/avfilter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index c2b283aa6a..1580f1c10f 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -227,7 +227,6 @@ void avfilter_init(void) avfilter_register(&vf_rgb2bgr); avfilter_register(&vf_slicify); avfilter_register(&vf_vflip); - avfilter_register(&vo_sdl); } void avfilter_uninit(void) |