mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
In fact this was working
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@153 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
e7680ddaa6
commit
2fd672efbe
1 changed files with 2 additions and 4 deletions
|
|
@ -171,10 +171,8 @@ void static_image_postprocess(MSFilter *f){
|
|||
}
|
||||
|
||||
int static_image_set_vsize(MSFilter *f, void* data){
|
||||
/* IMAGE MUST BE IN CIF
|
||||
SIData *d=(SIData*)f->data;
|
||||
d->vsize=*(MSVideoSize*)data;
|
||||
*/
|
||||
SIData *d=(SIData*)f->data;
|
||||
d->vsize=*(MSVideoSize*)data;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue