diff Plugins/Input/shorten/shorten_plugin.c @ 917:822114b4b8a8 trunk

[svn] - more progress
author nenolod
date Wed, 05 Apr 2006 11:13:52 -0700
parents 4be0046a09e4
children b59d9a02b160
line wrap: on
line diff
--- a/Plugins/Input/shorten/shorten_plugin.c	Wed Apr 05 11:07:10 2006 -0700
+++ b/Plugins/Input/shorten/shorten_plugin.c	Wed Apr 05 11:13:52 2006 -0700
@@ -136,9 +136,12 @@
 
 static void shn_init(void)
 {
+    puts("init called\n");
+#if 0
     avcodec_init();
     avcodec_register_all();
-    av_register_all();
+#endif
+    _av_register_all();
 }
 
 static int shn_is_our_file(char *filename)