Changeset 4535
- Timestamp:
- Jun 13, 2013 9:36:49 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-videodev/sdl_dev.c
r4520 r4535 448 448 SDL_version version; 449 449 450 pj_list_init(&sf->streams); 451 450 452 status = job_queue_create(sf->pool, &sf->jq); 451 453 if (status != PJ_SUCCESS) … … 456 458 return status; 457 459 458 pj_list_init(&sf->streams);459 460 status = pj_mutex_create_recursive(sf->pool, "sdl_factory", 460 461 &sf->mutex);
Note: See TracChangeset
for help on using the changeset viewer.