make SET_IMAGE usable by all video source filter

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@145 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
aymeric 2008-11-02 23:03:21 +00:00
parent 0d98e60a78
commit 2407cffac7

View file

@ -152,4 +152,6 @@ MSVideoSize ms_video_size_get_just_lower_than(MSVideoSize vs);
/* request a video-fast-update (=I frame for H263,MP4V-ES) to a video encoder*/
#define MS_FILTER_REQ_VFU MS_FILTER_BASE_METHOD_NO_ARG(106)
#define MS_FILTER_SET_IMAGE MS_FILTER_BASE_METHOD(107,char)
#endif