Changeset 3731 for pjproject/trunk
- Timestamp:
- Aug 29, 2011 4:14:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-videodev/v4l2_dev.c
r3715 r3731 357 357 pj_status_t status; 358 358 359 /* libv4l2 annoyingly writes "libv4l2: error dequeuing buf: Resource 360 * temporarily unavailable" too many times to stderr. Turn it off 361 * for good. 362 */ 363 v4l2_log_file = fopen("/dev/null", "w"); 364 359 365 status = v4l2_scan_devs(cf); 360 366 if (status != PJ_SUCCESS)
Note: See TracChangeset
for help on using the changeset viewer.