Changeset 118:43dc43877a5b in mediastreamer2 for linphone/mediastreamer2/src/nowebcam.c
- Timestamp:
- Oct 27, 2008 5:19:35 PM (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/mediastreamer2/src/nowebcam.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linphone/mediastreamer2/src/nowebcam.c
r55 r118 168 168 } 169 169 170 int static_image_get_vsize(MSFilter *f, void* data){ 171 SIData *d=(SIData*)f->data; 172 *(MSVideoSize*)data=d->vsize; 173 return 0; 174 } 175 170 176 int static_image_get_pix_fmt(MSFilter *f, void *data){ 171 177 *(MSPixFmt*)data=MS_YUV420P; … … 175 181 MSFilterMethod static_image_methods[]={ 176 182 { MS_FILTER_SET_VIDEO_SIZE, static_image_set_vsize }, 183 { MS_FILTER_GET_VIDEO_SIZE, static_image_get_vsize }, 177 184 { MS_FILTER_GET_PIX_FMT, static_image_get_pix_fmt }, 178 185 { 0,0 }
Note: See TracChangeset
for help on using the changeset viewer.
