Reset frame_count

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@186 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
aymeric 2008-11-30 14:17:19 +00:00
parent 53510e2334
commit 49bd49f2ff

View file

@ -74,6 +74,7 @@ static void size_conv_postprocess(MSFilter *f){
s->om=NULL;
}
flushq(&s->rq,0);
s->frame_count=-1;
}
static mblk_t *size_conv_alloc_mblk(SizeConvState *s){