Displaying 2 results from an estimated 2 matches for "notstart".
Did you mean:
nostart
2005 Jan 23
0
Upgrade to the newest cvs now asterisk will notstart
...Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Eric Hall
Sent: Sunday, January 23, 2005 8:02 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] Upgrade to the newest cvs now asterisk will
notstart
Hello group
I just update to the newest CVS now I'm not able to get asterisk to
start. No error during the make or make install
I did a make clean before the make;make install
Any help would be great!!!!
Here is the output
asterisk -vvvvvgcd
Parsing /etc/asterisk/asterisk.conf
Parsing /...
2005 Aug 17
2
MMX loop filter for theora-exp
...videos.
Enjoy! :)
Regards
Rudolf
-------------- next part --------------
diff -Naur a/lib/decode.c b/lib/decode.c
--- a/lib/decode.c 2005-08-17 09:29:57.250868250 +0200
+++ b/lib/decode.c 2005-08-17 09:58:23.601508500 +0200
@@ -2031,7 +2031,7 @@
if(pipe.loop_filter){
sdelay+=notstart;
edelay+=notdone;
- oc_state_loop_filter_frag_rows(&_dec->state,pipe.bounding_values+256,
+ oc_state_loop_filter_frag_rows(&_dec->state,pipe.bounding_values,
refi,pli,pipe.fragy0[pli]-sdelay,pipe.fragy_end[pli]-edelay);
}
/*To...