mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
f3599b1e52
Kino is an IEEE 1394 DV non-linear video editor. Note: IEEE 1394 and V4L are disabled in this port.
11 lines
389 B
Plaintext
11 lines
389 B
Plaintext
--- src/image_filters.cc Tue Nov 25 21:51:18 2003
|
|
+++ src/image_filters.cc Sat Apr 10 00:48:34 2004
|
|
@@ -519,6 +519,7 @@
|
|
GDKImageFilterRepository::GDKImageFilterRepository()
|
|
{
|
|
printf( ">> image filter repository created\n" );
|
|
+ selected_filter = NULL;
|
|
|
|
// Register an instance of each object (adapting raw filters to GDK filters where necessary)
|
|
Register( new ImageFilterKeep() );
|