ERROR("fts_open(%s) failed", path);returnEXIT_FAILURE; }while((ftsent =fts_read(fts)))switch(ftsent->fts_info) {caseFTS_F:if( is_video(ftsent) )if( convert_video(ftsent) ) ERROR("conversion failed: %s", ftsent->fts_path);break;caseFTS_SLNONE:caseFTS_NS:caseFTS_ERR: ERROR(...
ERROR("fts_open(%s) failed", path);returnEXIT_FAILURE; }while((ftsent =fts_read(fts)))switch(ftsent->fts_info) {caseFTS_F:if( is_video(ftsent) )if( convert_video(ftsent) ) ERROR("conversion failed: %s", ftsent->fts_path);break;caseFTS_SLNONE:caseFTS_NS:caseFTS_ERR: ERROR(...