Changeset 3696 for pjproject/trunk/pjmedia/src/pjmedia-videodev/sdl_dev.c
- Timestamp:
- Aug 15, 2011 9:59:15 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-videodev/sdl_dev.c
r3689 r3696 1094 1094 /* Prior to 1.3, SDL does not support multiple renderers. */ 1095 1095 pj_mutex_lock(sf->mutex); 1096 if (!pj_list_empty(&sf->streams) {1096 if (!pj_list_empty(&sf->streams)) { 1097 1097 pj_mutex_unlock(sf->mutex); 1098 1098 return PJMEDIA_EVID_NOTREADY;
Note: See TracChangeset
for help on using the changeset viewer.