# HG changeset patch # User nenolod # Date 1144260906 25200 # Node ID b59d9a02b16050588d1818c5787e1b73f85cdc6f # Parent 822114b4b8a842d32720dbbd9b1e25d297622259 [svn] - remove debugging notices diff -r 822114b4b8a8 -r b59d9a02b160 Plugins/Input/shorten/init.c --- a/Plugins/Input/shorten/init.c Wed Apr 05 11:13:52 2006 -0700 +++ b/Plugins/Input/shorten/init.c Wed Apr 05 11:15:06 2006 -0700 @@ -38,11 +38,8 @@ void _av_register_all(void) { - puts("calling avcodec_init()\n"); avcodec_init(); - puts("calling avcodec_register_all()\n"); _avcodec_register_all(); - puts("calling raw_init()\n"); _raw_init(); /* file protocols */ diff -r 822114b4b8a8 -r b59d9a02b160 Plugins/Input/shorten/shorten_container.c --- a/Plugins/Input/shorten/shorten_container.c Wed Apr 05 11:13:52 2006 -0700 +++ b/Plugins/Input/shorten/shorten_container.c Wed Apr 05 11:15:06 2006 -0700 @@ -78,7 +78,6 @@ int _raw_init(void) { - puts("initialized shorten container code"); av_register_input_format(&shorten_iformat); return 0; } diff -r 822114b4b8a8 -r b59d9a02b160 Plugins/Input/shorten/shorten_plugin.c --- a/Plugins/Input/shorten/shorten_plugin.c Wed Apr 05 11:13:52 2006 -0700 +++ b/Plugins/Input/shorten/shorten_plugin.c Wed Apr 05 11:15:06 2006 -0700 @@ -136,11 +136,6 @@ static void shn_init(void) { - puts("init called\n"); -#if 0 - avcodec_init(); - avcodec_register_all(); -#endif _av_register_all(); } @@ -150,7 +145,6 @@ if(av_open_input_file(&ic2, str_twenty_to_space(filename), NULL, 0, NULL) < 0) { - puts("Error"); return 0; }